Package | Description |
---|---|
org.hibernate.engine.internal |
Support for many of the internal workings of Hibernate.
|
org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
Modifier and Type | Class and Description |
---|---|
class |
ImmutableEntityEntryFactory
Factory for the safe approach implementation of
EntityEntry . |
class |
MutableEntityEntryFactory
Factory for the safe approach implementation of
EntityEntry . |
Modifier and Type | Method and Description |
---|---|
EntityEntryFactory |
EntityPersister.getEntityEntryFactory()
Get the EntityEntryFactory indicated for the entity mapped by this persister.
|
EntityEntryFactory |
AbstractEntityPersister.getEntityEntryFactory() |
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.