Uses of Package
org.hibernate.usertype
Packages that use org.hibernate.usertype
Package
Description
This package contains the interfaces that make up the bootstrap API
for Hibernate.
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.
A range of SPIs allowing integration with—and customization of—the process of building metadata.
This package defines APIs for configuring Hibernate.
This package defines the Hibernate configuration-time mapping model.
A Hibernate
Type is a strategy for mapping a Java
property type to a JDBC type or types.An API for user-defined custom types which extend the set of built-in
types defined in
org.hibernate.type.-
Classes in org.hibernate.usertype used by org.hibernate.bootClassDescriptionThis interface should be implemented by user-defined custom types that extend the set of types defined in
org.hibernate.type. -
Classes in org.hibernate.usertype used by org.hibernate.boot.modelClassDescriptionThis 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.This interface should be implemented by user-defined custom types that extend the set of types defined in
org.hibernate.type. -
Classes in org.hibernate.usertype used by org.hibernate.boot.spiClassDescriptionThis 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.A custom type for mapping user-written classes which implement
PersistentCollection.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.cfgClassDescriptionThis interface should be implemented by user-defined custom types that extend the set of types defined in
org.hibernate.type. -
Classes in org.hibernate.usertype used by org.hibernate.mappingClassDescriptionDeprecated, for removal: This API element is subject to removal in a future version.A custom type for mapping user-written classes which implement
PersistentCollection.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.typeClassDescriptionThis 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.A custom type for mapping user-written classes which implement
PersistentCollection.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.usertypeClassDescriptionSupport for parameterizable types.This interface should be implemented by user-defined custom types that extend the set of types defined in
org.hibernate.type.Access to information useful during UserType creation and initialization.