Interface | Description |
---|---|
EnumeratingTypeConverter<T,D> | |
TypeConverter<T,D> |
Interface for objects that implement a type conversion
from an underlying data representation.
|
TypeFilterProducer<T,D> |
TypeProducer with methods to create Filters.
|
TypeProducer<T,D> |
Implemented by classes that produce classes based on the value of a database field.
|
Class | Description |
---|---|
EnumProducer<E extends java.lang.Enum<E>> |
A TypeProducer for producing Enum values from a String field
|
LazyTypeConverter<T,D,F extends TypeConverter<T,D>> | |
NumericEnumProducer<E extends java.lang.Enum<E>> |
TypeProducer that stores Enum values using their numeric ordinal value.
|
Repository
to
perform custom type conversions.