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,NamedQueryDefinition> |
Configuration.namedQueries |
Modifier and Type | Method and Description |
---|---|
NamedQueryDefinition |
Configuration.MappingsImpl.getQuery(String name) |
NamedQueryDefinition |
Mappings.getQuery(String name)
Get named query metadata by name.
|
Modifier and Type | Method and Description |
---|---|
Map<String,NamedQueryDefinition> |
Configuration.getNamedQueries() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.MappingsImpl.addDefaultQuery(String name,
NamedQueryDefinition query) |
void |
Mappings.addDefaultQuery(String name,
NamedQueryDefinition query) |
void |
Configuration.MappingsImpl.addQuery(String name,
NamedQueryDefinition query) |
void |
Mappings.addQuery(String name,
NamedQueryDefinition query)
Adds metadata for a named query to this repository.
|
Modifier and Type | Class and Description |
---|---|
class |
NamedSQLQueryDefinition
Definition of a named native SQL query, defined in the mapping metadata.
|
Modifier and Type | Method and Description |
---|---|
NamedQueryDefinition |
SessionFactoryImplementor.getNamedQuery(String queryName) |
Modifier and Type | Method and Description |
---|---|
NamedQueryDefinition |
SessionFactoryImpl.getNamedQuery(String queryName) |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved