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 NamedSQLQueryDefinitionMetadata. 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 NamedSQLQueryDefinitionAbstractDelegatingMetadata. 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 voidInFlightMetadataCollector. addDefaultNamedNativeQuery(NamedSQLQueryDefinition query)voidInFlightMetadataCollector. 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 NamedSQLQueryDefinitionNamedSQLQueryDefinitionBuilder. createNamedQueryDefinition()NamedSQLQueryDefinitionSessionFactoryDelegatingImpl. getNamedSQLQuery(java.lang.String queryName)default NamedSQLQueryDefinitionSessionFactoryImplementor. getNamedSQLQuery(java.lang.String queryName)Deprecated.(since 5.2) UseNamedQueryRepository.getNamedSQLQueryDefinition(java.lang.String)instead.NamedSQLQueryDefinitionNamedSQLQueryDefinition. makeCopy(java.lang.String name)Methods in org.hibernate.engine.spi with parameters of type NamedSQLQueryDefinition Modifier and Type Method Description voidSessionFactoryDelegatingImpl. registerNamedSQLQueryDefinition(java.lang.String name, NamedSQLQueryDefinition definition)default voidSessionFactoryImplementor. 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 NamedSQLQueryDefinitionNamedQueryRepository. getNamedSQLQueryDefinition(java.lang.String queryName)Methods in org.hibernate.query.spi with parameters of type NamedSQLQueryDefinition Modifier and Type Method Description voidNamedQueryRepository. registerNamedSQLQueryDefinition(java.lang.String name, NamedSQLQueryDefinition definition)
-