Package | Description |
---|---|
org.hibernate.impl |
This package contains implementations of the
central Hibernate APIs, especially the
Hibernate session.
|
org.hibernate.tuple.entity |
Modifier and Type | Method and Description |
---|---|
void |
SessionFactoryImpl.registerEntityNameResolver(EntityNameResolver resolver,
EntityMode entityMode) |
Modifier and Type | Class and Description |
---|---|
static class |
Dom4jEntityTuplizer.BasicEntityNameResolver |
static class |
DynamicMapEntityTuplizer.BasicEntityNameResolver |
Modifier and Type | Method and Description |
---|---|
EntityNameResolver[] |
Dom4jEntityTuplizer.getEntityNameResolvers()
Get any
EntityNameResolvers associated with this Tuplizer . |
EntityNameResolver[] |
DynamicMapEntityTuplizer.getEntityNameResolvers()
Get any
EntityNameResolvers associated with this Tuplizer . |
EntityNameResolver[] |
PojoEntityTuplizer.getEntityNameResolvers()
Get any
EntityNameResolvers associated with this Tuplizer . |
EntityNameResolver[] |
EntityTuplizer.getEntityNameResolvers()
Get any
EntityNameResolvers associated with this Tuplizer . |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved