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

Packages that use PluralAttributeMapping
Package
Description
 
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.
 
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.
Extension point for customized state management, enabling functionality such as soft delete, temporal data, and audit logging.
Contains some functions for pretty-printing things for exception and log messages.
Everything related to HQL/JPQL, native SQL, and criteria queries.
Support for named queries
AST nodes representing root tables and joins in a SQL tree.
SPI for execution of SQL statements via JDBC.