Uses of Enum Class
org.hibernate.metamodel.CollectionClassification

Packages that use CollectionClassification
Package
Description
This package contains the interfaces that make up the bootstrap API for Hibernate.
 
 
 
 
 
 
 
A range of SPIs allowing integration with—and customization of—the process of building metadata.
Internal implementations and support for persistent collections.
This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers.
This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.
 
Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).
Implementation of the SPI for the runtime domain metamodel.
 
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.