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.
Contains various implementations of
PropertyAccessStrategy
.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.internalClassDescriptionThis 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.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.model.internalClassDescriptionA 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.boot.model.process.internalClassDescriptionThis 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.models.annotations.internalClassDescriptionThis 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.boot.models.internalClassDescriptionA custom type for mapping user-written classes which implement
PersistentCollection
. -
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.envers.internal.entitiesClassDescriptionThis 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.mappingClassDescriptionA 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.metamodel.internalClassDescriptionThis 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.
-
Classes in org.hibernate.usertype used by org.hibernate.property.access.internalClassDescriptionThis 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.
-
Classes in org.hibernate.usertype used by org.hibernate.testing.orm.junitClassDescriptionThis 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.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.Types which implement this interface will have
ParameterizedType.setParameterValues(Properties)
called with an instance of the classDynamicParameterizedType.ParameterType
instead of the key "org.hibernate.type.ParameterType".A custom type that may function as an identifier or discriminator typeMarker interface for user types which want to perform custom logging of their corresponding valuesSupport for parameterizable types.A custom type for mapping user-written classes which implementPersistentCollection
.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.internalClassDescriptionThis 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
.A user type that may be used for a version property -
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
. -
Classes in org.hibernate.usertype used by org.hibernate.usertype.internalClassDescriptionThis 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.