Uses of Class
org.hibernate.engine.spi.NamedSQLQueryDefinition
-
Packages that use NamedSQLQueryDefinition Package Description org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.spi org.hibernate.engine.spi org.hibernate.query.spi -
-
Uses of NamedSQLQueryDefinition in org.hibernate.boot
Methods in org.hibernate.boot that return NamedSQLQueryDefinition Modifier and Type Method Description NamedSQLQueryDefinition
Metadata. getNamedNativeQueryDefinition(java.lang.String name)
Retrieve named SQL query metadata.Methods in org.hibernate.boot that return types with arguments of type NamedSQLQueryDefinition Modifier and Type Method Description java.util.Collection<NamedSQLQueryDefinition>
Metadata. getNamedNativeQueryDefinitions()
-
Uses of NamedSQLQueryDefinition in org.hibernate.boot.spi
Methods in org.hibernate.boot.spi that return NamedSQLQueryDefinition Modifier and Type Method Description NamedSQLQueryDefinition
AbstractDelegatingMetadata. getNamedNativeQueryDefinition(java.lang.String name)
Methods in org.hibernate.boot.spi that return types with arguments of type NamedSQLQueryDefinition Modifier and Type Method Description java.util.Collection<NamedSQLQueryDefinition>
AbstractDelegatingMetadata. getNamedNativeQueryDefinitions()
Methods in org.hibernate.boot.spi with parameters of type NamedSQLQueryDefinition Modifier and Type Method Description void
InFlightMetadataCollector. addDefaultNamedNativeQuery(NamedSQLQueryDefinition query)
void
InFlightMetadataCollector. addNamedNativeQuery(NamedSQLQueryDefinition query)
Adds metadata for a named SQL query to this repository. -
Uses of NamedSQLQueryDefinition in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi that return NamedSQLQueryDefinition Modifier and Type Method Description NamedSQLQueryDefinition
NamedSQLQueryDefinitionBuilder. createNamedQueryDefinition()
NamedSQLQueryDefinition
SessionFactoryDelegatingImpl. getNamedSQLQuery(java.lang.String queryName)
default NamedSQLQueryDefinition
SessionFactoryImplementor. getNamedSQLQuery(java.lang.String queryName)
Deprecated.(since 5.2) UseNamedQueryRepository.getNamedSQLQueryDefinition(java.lang.String)
instead.NamedSQLQueryDefinition
NamedSQLQueryDefinition. makeCopy(java.lang.String name)
Methods in org.hibernate.engine.spi with parameters of type NamedSQLQueryDefinition Modifier and Type Method Description void
SessionFactoryDelegatingImpl. registerNamedSQLQueryDefinition(java.lang.String name, NamedSQLQueryDefinition definition)
default void
SessionFactoryImplementor. registerNamedSQLQueryDefinition(java.lang.String name, NamedSQLQueryDefinition definition)
Deprecated. -
Uses of NamedSQLQueryDefinition in org.hibernate.query.spi
Methods in org.hibernate.query.spi that return NamedSQLQueryDefinition Modifier and Type Method Description NamedSQLQueryDefinition
NamedQueryRepository. getNamedSQLQueryDefinition(java.lang.String queryName)
Methods in org.hibernate.query.spi with parameters of type NamedSQLQueryDefinition Modifier and Type Method Description void
NamedQueryRepository. registerNamedSQLQueryDefinition(java.lang.String name, NamedSQLQueryDefinition definition)
-