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.ParameterTypeinstead 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 implementPersistentCollectionUserType<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 ConvenienceUserTypeimplementation which mimics the legacy@Typeannotation which was based on thehbm.xmlmapping's string-based type support.UserTypeSupport<T>