|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SqlResultsetMappingDefinition | |
| 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. |
| Uses of SqlResultsetMappingDefinition in org.hibernate.cfg |
| Methods in org.hibernate.cfg that return SqlResultsetMappingDefinition | |
SqlResultsetMappingDefinition |
Mappings.getResultSetMapping(String name)
|
| Methods in org.hibernate.cfg with parameters of type SqlResultsetMappingDefinition | |
void |
Mappings.addSqlResultSetMapping(SqlResultsetMappingDefinition sqlResultSetMapping)
|
| Uses of SqlResultsetMappingDefinition in org.hibernate.engine |
| Methods in org.hibernate.engine that return SqlResultsetMappingDefinition | |
SqlResultsetMappingDefinition |
SessionFactoryImplementor.getSqlResultSetMapping(String name)
|
| Uses of SqlResultsetMappingDefinition in org.hibernate.impl |
| Methods in org.hibernate.impl that return SqlResultsetMappingDefinition | |
SqlResultsetMappingDefinition |
SessionFactoryImpl.getSqlResultSetMapping(String resultSetName)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||