Uses of Interface
org.hibernate.metamodel.spi.EmbeddableInstantiator

Packages that use EmbeddableInstantiator
Package
Description
 
 
 
A range of SPIs allowing integration with—and customization of—the process of building metadata.
 
 
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).
 
An SPI supporting custom instantiation of entity instances and embeddable objects.
 
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.