Package | Description |
---|---|
org.fastnate.generator.context | |
org.fastnate.generator.converter |
Modifier and Type | Method and Description |
---|---|
static <T,E extends Enum<E>> |
PrimitiveProperty.createConverter(AttributeAccessor attribute,
Class<T> targetType,
boolean mapKey)
Creates a converter for a primitive type.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractValueConverter<T>
Base class for
ValueConverter . |
class |
BooleanConverter
Converts a boolean to a SQL expression.
|
class |
CalendarConverter
Converts a calendar property of an
EntityClass to SQL. |
class |
CharConverter
Describes a char property of an
EntityClass . |
class |
DateConverter
Converts a date property of an
EntityClass to SQL. |
class |
EntityConverter
Converts the reference to an entity to an expression that uses the sequence value of that entity.
|
class |
EnumConverter<E extends Enum<E>>
Describes a enum property of an
EntityClass . |
class |
LobConverter
Generates the expression for a
property . |
class |
NumberConverter
Converts a numeric value to a SQL expression.
|
class |
SerializableConverter
Converts a
Serializable to a SQL expression. |
class |
StringConverter
Converts a string property of an
EntityClass . |
class |
TemporalConverter<T>
Base class for converting a temporal property of an
EntityClass . |
class |
UnsupportedTypeConverter
Converter used for all types that we can't convert.
|
Copyright © 2016 fastnate.org. All rights reserved.