Package | Description |
---|---|
org.hibernate.type |
A Hibernate Type is a strategy for mapping a
Java property type to a JDBC type or types.
|
org.hibernate.usertype |
Interfaces for user-defined custom types.
|
Modifier and Type | Class and Description |
---|---|
class |
EnumType
Value type mapper for enumerations.
|
class |
SerializableToBlobType<T extends Serializable> |
Modifier and Type | Interface and Description |
---|---|
interface |
DynamicParameterizedType
Types who implements this interface will have in the setParameterValues an
instance of the class DynamicParameterizedType$ParameterType instead of
the key PARAMETER_TYPE = "org.hibernate.type.ParameterType"
The interface ParameterType provides some methods to read information
dynamically for build the type
|
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.