Uses of Interface
jakarta.persistence.StatementReference
Packages that use StatementReference
Package
Description
Jakarta Persistence is the API for the management for persistence and object/relational mapping.
-
Uses of StatementReference in jakarta.persistence
Methods in jakarta.persistence that return StatementReferenceModifier and TypeMethodDescriptionEntityManagerFactory.addNamedStatement(String name, Statement statement) Define the givenStatementas a named statement such that future statement objects can be created from it by calling eitherEntityHandler.createStatement(StatementReference)orEntityHandler.createNamedStatement(String).Methods in jakarta.persistence that return types with arguments of type StatementReferenceModifier and TypeMethodDescriptionEntityManagerFactory.getNamedStatements()A map keyed by query name, containing references to every named statement.Methods in jakarta.persistence with parameters of type StatementReferenceModifier and TypeMethodDescriptionEntityHandler.createStatement(StatementReference reference) Create an instance ofStatementfor executing a named statement written in the Jakarta Persistence query language or in native SQL. -
Uses of StatementReference in jakarta.persistence.query
Classes in jakarta.persistence.query that implement StatementReferenceModifier and TypeClassDescriptionclassA reference to a statement declared using aStaticQueryorStaticNativeQueryannotation.