Uses of Interface
jakarta.persistence.Reference
Packages that use Reference
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
-
Uses of Reference in jakarta.persistence
Subinterfaces of Reference in jakarta.persistenceModifier and TypeInterfaceDescriptioninterfaceA reference to an executable named statement for an operation that returns a row count.interfaceA reference to a typed named query declared via theNamedQueryorNamedNativeQueryannotations, or usingStaticQueryorStaticNativeQuery. -
Uses of Reference in jakarta.persistence.query
Classes in jakarta.persistence.query that implement ReferenceModifier and TypeClassDescriptionclassA reference to a statement declared using aStaticQueryorStaticNativeQueryannotation.classA reference to a query declared using aStaticQueryorStaticNativeQueryannotation.