Uses of Interface
jakarta.persistence.metamodel.SingularAttribute

Packages that use SingularAttribute
Package
Description
Jakarta Persistence Criteria API
Jakarta Persistence Metamodel API
This package defines the central Hibernate APIs, beginning with SessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances of Session and StatelessSession, the most important APIs exposing persistence-related operations for entities.
 
Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).
Implementation of the SPI for the runtime domain metamodel.
Everything related to HQL/JPQL, native SQL, and criteria queries.
The JPA-standard criteria query API defines all the operations needed express any query written in standard JPQL.
 
Support for defining result set mappings used in NativeQuery, ProcedureCall, and StoredProcedureQuery.
Implementation of the SPIs for native SQL query support.
SPIs for native SQL query support.
Nodes representing path expressions in the SQM tree.
Nodes representing root entities and joins in the SQM tree.
Nodes representing insert statements in the SQM tree.
Nodes representing update statements in the SQM tree.