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 java.util.Map<java.lang.String,NamedQueryDefinition> |
Configuration.namedQueries |
Modifier and Type | Method and Description |
---|---|
NamedQueryDefinition |
Mappings.getQuery(java.lang.String name)
Get named query metadata by name.
|
NamedQueryDefinition |
Configuration.MappingsImpl.getQuery(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,NamedQueryDefinition> |
Configuration.getNamedQueries() |
Modifier and Type | Method and Description |
---|---|
void |
Mappings.addDefaultQuery(java.lang.String name,
NamedQueryDefinition query) |
void |
Configuration.MappingsImpl.addDefaultQuery(java.lang.String name,
NamedQueryDefinition query) |
void |
Mappings.addQuery(java.lang.String name,
NamedQueryDefinition query)
Adds metadata for a named query to this repository.
|
void |
Configuration.MappingsImpl.addQuery(java.lang.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(java.lang.String queryName) |
Modifier and Type | Method and Description |
---|---|
NamedQueryDefinition |
SessionFactoryImpl.getNamedQuery(java.lang.String queryName) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<NamedQueryDefinition> |
Metadata.getNamedQueryDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
MetadataImplementor.addNamedQuery(NamedQueryDefinition def) |
Modifier and Type | Method and Description |
---|---|
NamedQueryDefinition |
MetadataImpl.getNamedQuery(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<NamedQueryDefinition> |
MetadataImpl.getNamedQueryDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
MetadataImpl.addNamedQuery(NamedQueryDefinition def) |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.