Uses of Interface
org.hibernate.metamodel.mapping.EmbeddableMappingType

Packages that use EmbeddableMappingType
Package
Description
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
 
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.
 
AST nodes representing root tables and joins in a SQL tree.
 
 
Defines handling of almost the full range of standard JDBC-defined SQL data types.