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,ResultSetMappingDefinition> |
Configuration.sqlResultSetMappings |
Modifier and Type | Method and Description |
---|---|
protected static ResultSetMappingDefinition |
ResultSetMappingBinder.buildResultSetMappingDefinition(org.dom4j.Element resultSetElem,
java.lang.String path,
Mappings mappings)
Build a ResultSetMappingDefinition given a containing element for the "return-XXX" elements
|
ResultSetMappingDefinition |
Configuration.MappingsImpl.getResultSetMapping(java.lang.String name) |
ResultSetMappingDefinition |
Mappings.getResultSetMapping(java.lang.String name)
Get the metadata for a named SQL result set mapping.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.MappingsImpl.addDefaultResultSetMapping(ResultSetMappingDefinition definition) |
void |
Mappings.addDefaultResultSetMapping(ResultSetMappingDefinition definition) |
void |
Configuration.MappingsImpl.addResultSetMapping(ResultSetMappingDefinition sqlResultSetMapping) |
void |
Mappings.addResultSetMapping(ResultSetMappingDefinition sqlResultSetMapping)
Adds the metadata for a named SQL result set mapping to this repository.
|
void |
Configuration.MappingsImpl.applyResultSetMapping(ResultSetMappingDefinition sqlResultSetMapping) |
Modifier and Type | Method and Description |
---|---|
ResultSetMappingDefinition |
SessionFactoryImplementor.getResultSetMapping(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
ResultSetMappingDefinition |
SessionFactoryImpl.getResultSetMapping(java.lang.String resultSetName) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<ResultSetMappingDefinition> |
Metadata.getResultSetMappingDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
MetadataImplementor.addResultSetMapping(ResultSetMappingDefinition resultSetMappingDefinition) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<ResultSetMappingDefinition> |
MetadataImpl.getResultSetMappingDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
MetadataImpl.addResultSetMapping(ResultSetMappingDefinition resultSetMappingDefinition) |
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.