Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,NamedSQLQueryDefinition> |
Configuration.namedSqlQueries |
Modifier and Type | Method and Description |
---|---|
NamedSQLQueryDefinition |
Configuration.MappingsImpl.getSQLQuery(String name) |
NamedSQLQueryDefinition |
Mappings.getSQLQuery(String name)
Get named SQL query metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.MappingsImpl.addDefaultSQLQuery(String name,
NamedSQLQueryDefinition query) |
void |
Mappings.addDefaultSQLQuery(String name,
NamedSQLQueryDefinition query) |
void |
Configuration.MappingsImpl.addSQLQuery(String name,
NamedSQLQueryDefinition query) |
void |
Mappings.addSQLQuery(String name,
NamedSQLQueryDefinition query)
Adds metadata for a named SQL query to this repository.
|
Modifier and Type | Method and Description |
---|---|
NamedSQLQueryDefinition |
SessionFactoryImplementor.getNamedSQLQuery(String queryName) |
Modifier and Type | Method and Description |
---|---|
NamedSQLQueryDefinition |
SessionFactoryImpl.getNamedSQLQuery(String queryName) |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved