Uses of Interface
org.hibernate.type.descriptor.java.MutabilityPlan

Packages that use MutabilityPlan
Package
Description
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.
 
 
This package defines the Hibernate configuration-time mapping model.
Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).
 
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.
Implements the SPI for basic-typed value conversions.
Integrates a range of types defined by the JDK with the type system of Hibernate.
SPIs related to JavaType.
 
Defines a registry for Hibernate Types.