Interface | Description |
---|---|
EntityPersistence<E extends Entity> |
Entity persistence API.
|
WorkObjectDefinitionPersistence |
GearWorkObject persistence API.
|
Class | Description |
---|---|
CommonsEntityConverterProvider |
Provider of all converters known to edoras commons.
|
EntityConverterUtils |
Provides utility methods related to dealing with converters.
|
LegacyVariableConverter<S,T> |
These converters are only needed before the server has run the DB migration to simplify the gear data types.
|
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 - 2019 edorasware ag. All Rights Reserved.