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.internal 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.model.internal org.hibernate.boot.model.process.internal 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.envers.internal.entities org.hibernate.mapping This package defines the Hibernate configuration-time mapping model.org.hibernate.metamodel.internal org.hibernate.property.access.internal Contains various implementations ofPropertyAccessStrategy
.org.hibernate.type A HibernateType
is a strategy for mapping a Java property type to a JDBC type or types.org.hibernate.type.internal org.hibernate.usertype An API for user-defined custom types which extend the set of built-in types defined inorg.hibernate.type
.org.hibernate.usertype.internal -
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.internal 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.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.model.internal Class Description UserCollectionType A custom type for mapping user-written classes which implementPersistentCollection
. -
Classes in org.hibernate.usertype used by org.hibernate.boot.model.process.internal 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.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.envers.internal.entities 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.metamodel.internal 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. -
Classes in org.hibernate.usertype used by org.hibernate.property.access.internal 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. -
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.ParameterType
instead 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.type.internal 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
.UserVersionType A user type that may be used for a version property -
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
. -
Classes in org.hibernate.usertype used by org.hibernate.usertype.internal 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.