| Interface | Description |
|---|---|
| ValueConverter<T> |
Converts a primitive value to an expression.
|
| Class | Description |
|---|---|
| AbstractDateConverter<T> | |
| 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. |
| CustomValueConverter<T,C> |
A value converter that uses an
AttributeConverter. |
| DateConverter |
Converts a date property of an
EntityClass to SQL. |
| DurationConverter |
Converts a
Duration to an SQL expression. |
| 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 extends Temporal> | |
| UnsupportedTypeConverter |
Converter used for all types that we can't convert.
|
Copyright © 2022 fastnate.org. All rights reserved.