Package | Description |
---|---|
org.fastnate.generator.converter |
Modifier and Type | Class and Description |
---|---|
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 |
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.