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