|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamedQueryDefinition | |
---|---|
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 NamedQueryDefinition in org.hibernate.cfg |
---|
Methods in org.hibernate.cfg that return NamedQueryDefinition | |
---|---|
NamedQueryDefinition |
Mappings.getQuery(String name)
|
Methods in org.hibernate.cfg with parameters of type NamedQueryDefinition | |
---|---|
void |
Mappings.addQuery(String name,
NamedQueryDefinition query)
|
Uses of NamedQueryDefinition in org.hibernate.engine |
---|
Subclasses of NamedQueryDefinition in org.hibernate.engine | |
---|---|
class |
NamedSQLQueryDefinition
Definition of a named native SQL query, defined in the mapping metadata. |
Methods in org.hibernate.engine that return NamedQueryDefinition | |
---|---|
NamedQueryDefinition |
SessionFactoryImplementor.getNamedQuery(String queryName)
|
Uses of NamedQueryDefinition in org.hibernate.impl |
---|
Methods in org.hibernate.impl that return NamedQueryDefinition | |
---|---|
NamedQueryDefinition |
SessionFactoryImpl.getNamedQuery(String queryName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |