|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedSQLQueryDefinition | |
---|---|
org.hibernate.cfg | This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. |
org.hibernate.engine | This package contains classes that are "shared" by other packages, and implementations of some key algorithms. |
org.hibernate.impl | This package contains implementations of the central Hibernate APIs, especially the Hibernate session. |
Uses of NamedSQLQueryDefinition in org.hibernate.cfg |
---|
Fields in org.hibernate.cfg with type parameters of type NamedSQLQueryDefinition | |
---|---|
protected Map<String,NamedSQLQueryDefinition> |
Configuration.namedSqlQueries
|
Methods in org.hibernate.cfg that return NamedSQLQueryDefinition | |
---|---|
NamedSQLQueryDefinition |
Mappings.getSQLQuery(String name)
Get named SQL query metadata. |
NamedSQLQueryDefinition |
Configuration.MappingsImpl.getSQLQuery(String name)
|
Methods in org.hibernate.cfg with parameters of type NamedSQLQueryDefinition | |
---|---|
void |
Mappings.addDefaultSQLQuery(String name,
NamedSQLQueryDefinition query)
|
void |
Configuration.MappingsImpl.addDefaultSQLQuery(String name,
NamedSQLQueryDefinition query)
|
void |
Mappings.addSQLQuery(String name,
NamedSQLQueryDefinition query)
Adds metadata for a named SQL query to this repository. |
void |
Configuration.MappingsImpl.addSQLQuery(String name,
NamedSQLQueryDefinition query)
|
Uses of NamedSQLQueryDefinition in org.hibernate.engine |
---|
Methods in org.hibernate.engine that return NamedSQLQueryDefinition | |
---|---|
NamedSQLQueryDefinition |
SessionFactoryImplementor.getNamedSQLQuery(String queryName)
|
Uses of NamedSQLQueryDefinition in org.hibernate.impl |
---|
Methods in org.hibernate.impl that return NamedSQLQueryDefinition | |
---|---|
NamedSQLQueryDefinition |
SessionFactoryImpl.getNamedSQLQuery(String queryName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |