Uses of Package
org.hibernate.usertype
-
Packages that use org.hibernate.usertype Package Description org.hibernate.annotations Package containing all Hibernate's specific annotations.org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.model Package defining Hibernate's boot-time metamodel, which is an incrementally built understanding of the application's domain model (its entities, attributes, etc).org.hibernate.boot.spi org.hibernate.cfg org.hibernate.cfg.annotations org.hibernate.mapping org.hibernate.type org.hibernate.usertype -
Classes in org.hibernate.usertype used by org.hibernate.annotations Class Description CompositeUserType A UserType that may be dereferenced in a query.UserCollectionType A custom type for mapping user-written classes that implementPersistentCollectionUserType This interface should be implemented by user-defined "types". -
Classes in org.hibernate.usertype used by org.hibernate.boot Class Description UserType This interface should be implemented by user-defined "types". -
Classes in org.hibernate.usertype used by org.hibernate.boot.model Class Description UserType This interface should be implemented by user-defined "types". -
Classes in org.hibernate.usertype used by org.hibernate.boot.spi Class Description CompositeUserType A UserType that may be dereferenced in a query.UserCollectionType A custom type for mapping user-written classes that implementPersistentCollectionUserType This interface should be implemented by user-defined "types". -
Classes in org.hibernate.usertype used by org.hibernate.cfg Class Description UserType This interface should be implemented by user-defined "types". -
Classes in org.hibernate.usertype used by org.hibernate.cfg.annotations Class Description UserCollectionType A custom type for mapping user-written classes that implementPersistentCollection -
Classes in org.hibernate.usertype used by org.hibernate.mapping Class Description DynamicParameterizedType.ParameterType UserCollectionType A custom type for mapping user-written classes that implementPersistentCollectionUserType This interface should be implemented by user-defined "types". -
Classes in org.hibernate.usertype used by org.hibernate.type Class Description 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".EnhancedUserType 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 This interface should be implemented by user-defined "types". -
Classes in org.hibernate.usertype used by org.hibernate.usertype Class Description BaseUserTypeSupport ParameterizedType Support for parameterizable types.UserType This interface should be implemented by user-defined "types".