Uses of Interface
org.hibernate.type.CompositeType

Packages that use CompositeType
Package
Description
Support for bytecode interceptor implementations.
 
This package defines a default set of event listeners that implement the default behaviors of Hibernate session operations.
This package and its subpackages, especially org.hibernate.id.enhanced, contain the built-in id generators, all of which implement either IdentifierGenerator or PostInsertIdentifierGenerator.
This package defines the Hibernate configuration-time mapping model.
 
This package abstracts persistence mechanisms for entities.
Validation for HQL queries.
This package defines a framework for lazy-initializing entity proxies.
Proxies for entity objects represented as Java maps.
Proxies for plain Java objects.
 
 
 
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.
Defines a registry for Hibernate Types.