Interface | Description |
---|---|
ValueConverter<T> |
Converts a primitive value to an expression.
|
Class | Description |
---|---|
AbstractValueConverter<T> |
Base class for
ValueConverter . |
BooleanConverter |
Converts a boolean to a SQL expression.
|
CalendarConverter |
Converts a calendar property of an
EntityClass to SQL. |
CharConverter |
Describes a char property of an
EntityClass . |
DateConverter |
Converts a date property of an
EntityClass to SQL. |
EntityConverter |
Converts the reference to an entity to an expression that uses the sequence value of that entity.
|
EnumConverter<E extends Enum<E>> |
Describes a enum property of an
EntityClass . |
LobConverter |
Generates the expression for a
property . |
NumberConverter |
Converts a numeric value to a SQL expression.
|
SerializableConverter |
Converts a
Serializable to a SQL expression. |
StringConverter |
Converts a string property of an
EntityClass . |
TemporalConverter<T> |
Base class for converting a temporal property of an
EntityClass . |
UnsupportedTypeConverter |
Converter used for all types that we can't convert.
|
Copyright © 2016 fastnate.org. All rights reserved.