| Interface | Description |
|---|---|
| IDatabaseCodeEnum |
Must be implemented for enum types that need mapping from database column values to
enum labels.
|
| Class | Description |
|---|---|
| BooleanPrimitiveYNType |
A UserType implementation to map a boolean primitive object to a VARCHAR.
A true value maps to "Y" and a false value maps to "N". |
| Enum5Type |
Java 5 Hibernate enum type.
|
| MappedEnumType |
This Hibernate user type allows mapping Java 5 enums onto fields where field values contain
names that are invalid for enum labels (like 1, 6, 5, %fout).
|
| ObservableListType |
A type for List
|
| PersistentObservableList<T> |
This is the Hibernate "wrapper" for an Observable list.
|
Copyright © 2017 etc.to. All rights reserved.