| Interface | Description |
|---|---|
| ParameterizedType |
Interface used by the dataaccess usertypes which need a "split" model where
parts of the type is usable outside of Hibernate.
|
| Class | Description |
|---|---|
| BcdType |
Based on org.hibernate.test.typeparameters.DefaultValueIntegerType
|
| BinaryBlobType |
A UserType with support for reading database blobs into a byte array.
|
| BooleanType |
Based on org.hibernate.test.typeparameters.DefaultValueIntegerType
|
| EnumeratorType |
Based on org.hibernate.test.typeparameters.DefaultValueIntegerType
|
| IntDate |
(missing javadoc)
|
| IntDateType |
Based on org.hibernate.test.typeparameters.DefaultValueIntegerType
|
| IntLocalDate |
A type supporting date as integer in the database, and LocalDate in the domain code.
|
| IntLocalDateType |
Based on org.hibernate.test.typeparameters.DefaultValueIntegerType
|
| IntType |
Based on org.hibernate.test.typeparameters.DefaultValueIntegerType
|
| LongType |
Based on org.hibernate.test.typeparameters.DefaultValueIntegerType
|
| PersistentDateMidnight |
Persist
DateMidnight via hibernate. |
| PersistentDateTime |
Persist
DateTime via hibernate. |
| PersistentLocalDate |
Persist
LocalDate via hibernate. |
| PersistentLocalDateTime |
Persist
LocalDateTime via hibernate. |
| PersistentLocalTime |
Persist
LocalTime via hibernate. |
| ShortType |
Based on org.hibernate.test.typeparameters.DefaultValueIntegerType
|
| TextBoolean |
Based on org.hibernate.test.typeparameters.DefaultValueIntegerType
|
| TextBooleanType |
Based on org.hibernate.test.typeparameters.DefaultValueIntegerType
|
| TextEnumeratorType |
Based on org.hibernate.test.typeparameters.DefaultValueIntegerType
|
| TextType |
Based on org.hibernate.test.typeparameters.DefaultValueIntegerType
|
Copyright © 2006–2018 Esito AS. All rights reserved.