Package org.hibernate.usertype
-
Interface Summary Interface Description CompositeUserType<J> A UserType that may be dereferenced in a query.DynamicParameterizedType Types which implement this interface will haveParameterizedType.setParameterValues(Properties)
called with an instance of the classDynamicParameterizedType.ParameterType
instead of the key "org.hibernate.type.ParameterType".DynamicParameterizedType.ParameterType EnhancedUserType<J> A custom type that may function as an identifier or discriminator typeLoggableUserType Marker interface for user types which want to perform custom logging of their corresponding valuesParameterizedType Support for parameterizable types.UserCollectionType A custom type for mapping user-written classes that implementPersistentCollection
UserType<J> This interface should be implemented by user-defined "types".UserVersionType<T> A user type that may be used for a version property -
Class Summary Class Description BaseUserTypeSupport<T> StaticUserTypeSupport<T> UserTypeLegacyBridge ConvenienceUserType
implementation which mimics the legacy@Type
annotation which was based on thehbm.xml
mapping's string-based type support.UserTypeSupport<T>