Package | Description |
---|---|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.engine.spi | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.metamodel |
NOTE: This package is currently unfinished and therefore considered experimental and unsupported.
|
org.hibernate.metamodel.source | |
org.hibernate.metamodel.source.internal |
Modifier and Type | Field and Description |
---|---|
protected Map<String,NamedQueryDefinition> |
Configuration.namedQueries |
Modifier and Type | Method and Description |
---|---|
NamedQueryDefinition |
Mappings.getQuery(String name)
Get named query metadata by name.
|
NamedQueryDefinition |
Configuration.MappingsImpl.getQuery(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,NamedQueryDefinition> |
Configuration.getNamedQueries() |
Modifier and Type | Method and Description |
---|---|
void |
Mappings.addDefaultQuery(String name,
NamedQueryDefinition query) |
void |
Configuration.MappingsImpl.addDefaultQuery(String name,
NamedQueryDefinition query) |
void |
Mappings.addQuery(String name,
NamedQueryDefinition query)
Adds metadata for a named query to this repository.
|
void |
Configuration.MappingsImpl.addQuery(String name,
NamedQueryDefinition query) |
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) |
Modifier and Type | Method and Description |
---|---|
Iterable<NamedQueryDefinition> |
Metadata.getNamedQueryDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
MetadataImplementor.addNamedQuery(NamedQueryDefinition def) |
Modifier and Type | Method and Description |
---|---|
NamedQueryDefinition |
MetadataImpl.getNamedQuery(String name) |
Modifier and Type | Method and Description |
---|---|
Iterable<NamedQueryDefinition> |
MetadataImpl.getNamedQueryDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
MetadataImpl.addNamedQuery(NamedQueryDefinition def) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.