Uses of Package
org.hibernate.usertype
-
Packages that use org.hibernate.usertype Package Description org.hibernate.annotations A set of mapping annotations which extend the O/R mapping annotations defined by JPA.org.hibernate.boot This package contains the interfaces that make up the bootstrap API for Hibernate.org.hibernate.boot.model This package defines the boot-time metamodel, which is an interpretation of the domain model (entity classes, embeddable classes, and attributes) and the mapping of these "domain model parts" to the database.org.hibernate.boot.spi A range of SPIs allowing integration with—and customization of—the process of building metadata.org.hibernate.cfg This package defines APIs for configuring Hibernate.org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.type A HibernateTypeis a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.usertype An API for user-defined custom types which extend the set of built-in types defined inorg.hibernate.type. -
Classes in org.hibernate.usertype used by org.hibernate.annotations Class Description CompositeUserType This interface should be implemented by user-defined custom types that have persistent attributes and can be thought of as something more like an embeddable object.UserCollectionType A custom type for mapping user-written classes which implementPersistentCollection.UserType This interface should be implemented by user-defined custom types that extend the set of types defined inorg.hibernate.type. -
Classes in org.hibernate.usertype used by org.hibernate.boot Class Description UserType This interface should be implemented by user-defined custom types that extend the set of types defined inorg.hibernate.type. -
Classes in org.hibernate.usertype used by org.hibernate.boot.model Class Description CompositeUserType This interface should be implemented by user-defined custom types that have persistent attributes and can be thought of as something more like an embeddable object.UserType This interface should be implemented by user-defined custom types that extend the set of types defined inorg.hibernate.type. -
Classes in org.hibernate.usertype used by org.hibernate.boot.spi Class Description CompositeUserType This interface should be implemented by user-defined custom types that have persistent attributes and can be thought of as something more like an embeddable object.UserCollectionType A custom type for mapping user-written classes which implementPersistentCollection.UserType This interface should be implemented by user-defined custom types that extend the set of types defined inorg.hibernate.type. -
Classes in org.hibernate.usertype used by org.hibernate.cfg Class Description UserType This interface should be implemented by user-defined custom types that extend the set of types defined inorg.hibernate.type. -
Classes in org.hibernate.usertype used by org.hibernate.mapping Class Description DynamicParameterizedType.ParameterType UserCollectionType A custom type for mapping user-written classes which implementPersistentCollection.UserType This interface should be implemented by user-defined custom types that extend the set of types defined inorg.hibernate.type. -
Classes in org.hibernate.usertype used by org.hibernate.type Class Description CompositeUserType This interface should be implemented by user-defined custom types that have persistent attributes and can be thought of as something more like an embeddable object.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 which implementPersistentCollection.UserType This interface should be implemented by user-defined custom types that extend the set of types defined inorg.hibernate.type. -
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 custom types that extend the set of types defined inorg.hibernate.type.