Package | Description |
---|---|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.engine |
This package contains classes that are "shared" by other packages,
and implementations of some key algorithms.
|
org.hibernate.impl |
This package contains implementations of the
central Hibernate APIs, especially the
Hibernate session.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,ResultSetMappingDefinition> |
Configuration.sqlResultSetMappings |
Modifier and Type | Method and Description |
---|---|
protected static ResultSetMappingDefinition |
ResultSetMappingBinder.buildResultSetMappingDefinition(org.dom4j.Element resultSetElem,
String path,
Mappings mappings)
Build a ResultSetMappingDefinition given a containing element for the "return-XXX" elements
|
ResultSetMappingDefinition |
Configuration.MappingsImpl.getResultSetMapping(String name) |
ResultSetMappingDefinition |
Mappings.getResultSetMapping(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(String name) |
Modifier and Type | Method and Description |
---|---|
ResultSetMappingDefinition |
SessionFactoryImpl.getResultSetMapping(String resultSetName) |
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved