Interface | Description |
---|---|
EntityPersistence<T extends EntityId,E extends Entity<T,?>,Q extends Query> |
Entity persistence API.
|
WorkObjectDefinitionPersistence<T extends WorkObjectDefinitionId,E extends WorkObjectDefinition<T,?>,Q extends WorkObjectDefinitionQuery> |
WorkObject persistence API.
|
WorkObjectPersistence<T extends WorkObjectId,E extends WorkObject<T,?,?>,Q extends WorkObjectQuery> |
WorkObjectDefinition persistence API.
|
Class | Description |
---|---|
CommonsEntityConverterProvider |
Provider of all converters known to edoras commons.
|
EntityConverterUtils |
Provides utility methods related to dealing with converters.
|
IdConverter |
Converts from id types to uniquely identifiable string symbols and vice versa.
|
IdentityLinkConverter<S extends Id> |
Enumerates the default identity link converters to convert from the identity link types (candidate user, candidate group) to the string type.
|
PathUtils |
Provides utility methods related to paths that represent a hierarchy of entities.
|
PropertyConverter<T> |
Enumerates the default variable converters to convert from the basic Java type String to the two database types (String, LargeString).
|
VariableConverter<S,T> |
Enumerates the default variable converters to convert from the basic Java types (byte, short, int, long, float, double, boolean, character, String, ExpressionString, Date, Map,
List, Serializable) to the five database types (Long, Double, String, LargeString, byte[]).
|
Enum | Description |
---|---|
CommonsEntityConverterType |
Converter types known to edoras commons.
|
Copyright © 2010 - 2018 edorasware ag. All Rights Reserved.