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.