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

Packages that use PluralAttributeMapping
Package
Description
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 some central internal SPI abstractions used throughout the implementation of Hibernate.
 
 
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 mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).
 
Support for set and map ordering
 
This package abstracts persistence mechanisms for collections.
Defines support for performing mutation operations against collections.
Everything related to HQL/JPQL, native SQL, and criteria queries.
 
Support for named queries
Support for immutable result/fetch builder graph nodes built from static sources such as SqlResultSetMapping, orm.xml, mapping.xml or hbm.xml.
Defines support for implicit ResultSet mappings.
 
 
AST nodes representing root tables and joins in a SQL tree.