| Interface | Description |
|---|---|
| CompositeUserType |
A <tt>UserType</tt> that may be dereferenced in a query.
|
| 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"
|
| DynamicParameterizedType.ParameterType | |
| EnhancedUserType |
A custom type that may function as an identifier or discriminator type
|
| LoggableUserType |
Marker interface for user types which want to perform custom
logging of their corresponding values
|
| ParameterizedType |
Support for parameterizable types.
|
| Sized | |
| UserCollectionType |
A custom type for mapping user-written classes that implement <tt>PersistentCollection</tt>
|
| UserType |
This interface should be implemented by user-defined "types".
|
| UserVersionType |
A user type that may be used for a version property
|
<p> Interfaces for user-defined custom types. </p>
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.