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,NamedSQLQueryDefinition> |
Configuration.namedSqlQueries |
Modifier and Type | Method and Description |
---|---|
NamedSQLQueryDefinition |
Mappings.getSQLQuery(java.lang.String name)
Get named SQL query metadata.
|
NamedSQLQueryDefinition |
Configuration.MappingsImpl.getSQLQuery(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
Mappings.addDefaultSQLQuery(java.lang.String name,
NamedSQLQueryDefinition query) |
void |
Configuration.MappingsImpl.addDefaultSQLQuery(java.lang.String name,
NamedSQLQueryDefinition query) |
void |
Mappings.addSQLQuery(java.lang.String name,
NamedSQLQueryDefinition query)
Adds metadata for a named SQL query to this repository.
|
void |
Configuration.MappingsImpl.addSQLQuery(java.lang.String name,
NamedSQLQueryDefinition query) |
Modifier and Type | Method and Description |
---|---|
NamedSQLQueryDefinition |
SessionFactoryImplementor.getNamedSQLQuery(java.lang.String queryName) |
Modifier and Type | Method and Description |
---|---|
NamedSQLQueryDefinition |
SessionFactoryImpl.getNamedSQLQuery(java.lang.String queryName) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<NamedSQLQueryDefinition> |
Metadata.getNamedNativeQueryDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
MetadataImplementor.addNamedNativeQuery(NamedSQLQueryDefinition def) |
Modifier and Type | Method and Description |
---|---|
NamedSQLQueryDefinition |
MetadataImpl.getNamedNativeQuery(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<NamedSQLQueryDefinition> |
MetadataImpl.getNamedNativeQueryDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
MetadataImpl.addNamedNativeQuery(NamedSQLQueryDefinition def) |
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.