Package | Description |
---|---|
org.hibernate.id |
This package contains internal implementation classes for the
main API interfaces.
|
org.hibernate.loader.plan.build.internal |
Contains the internal implementations used for building a metamodel-driven LoadPlan.
|
org.hibernate.loader.plan.build.internal.returns |
Contains the internal implementations of the building blocks that make up a metamodel-driven LoadPlan.
|
org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
org.hibernate.persister.walking.spi | |
org.hibernate.tuple.component | |
org.hibernate.tuple.entity |
Modifier and Type | Interface and Description |
---|---|
interface |
PostInsertIdentityPersister
A persister that may have an identity assigned by execution of
a SQL INSERT.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractLoadPlanBuildingAssociationVisitationStrategy.finishingEntity(EntityDefinition entityDefinition) |
void |
AbstractEntityGraphVisitationStrategy.finishingEntity(EntityDefinition entityDefinition) |
void |
AbstractLoadPlanBuildingAssociationVisitationStrategy.startingEntity(EntityDefinition entityDefinition) |
void |
AbstractEntityGraphVisitationStrategy.startingEntity(EntityDefinition entityDefinition) |
Constructor and Description |
---|
EntityReturnImpl(EntityDefinition entityDefinition,
ExpandingQuerySpaces querySpaces) |
Modifier and Type | Interface and Description |
---|---|
interface |
EntityPersister
Contract describing mapping information and persistence logic for a particular strategy of entity mapping.
|
interface |
Loadable
Implemented by a EntityPersister that may be loaded
using Loader.
|
interface |
Lockable
Contract for things that can be locked via a
LockingStrategy . |
interface |
OuterJoinLoadable
A EntityPersister that may be loaded by outer join using
the OuterJoinLoader hierarchy and may be an element
of a one-to-many association.
|
interface |
Queryable
Extends the generic EntityPersister contract to add
operations required by the Hibernate Query Language
|
interface |
SQLLoadable
A class persister that supports queries expressed in the
platform native SQL dialect
|
interface |
UniqueKeyLoadable |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityPersister
Basic functionality for persisting an entity via JDBC
through either generated or custom SQL
|
class |
JoinedSubclassEntityPersister
An EntityPersister implementing the normalized "table-per-subclass"
mapping strategy
|
class |
SingleTableEntityPersister
The default implementation of the EntityPersister interface.
|
class |
UnionSubclassEntityPersister
Implementation of the "table-per-concrete-class" or "roll-down" mapping
strategy for an entity and its inheritence hierarchy.
|
Modifier and Type | Method and Description |
---|---|
EntityDefinition |
EntityIdentifierDefinition.getEntityDefinition() |
EntityDefinition |
AssociationAttributeDefinition.toEntityDefinition() |
EntityDefinition |
CollectionElementDefinition.toEntityDefinition()
If the element type returned by
CollectionElementDefinition.getType() is an
EntityType , then the entity
definition for the collection element is returned;
otherwise, IllegalStateException is thrown. |
EntityDefinition |
CollectionIndexDefinition.toEntityDefinition()
If the index type returned by
CollectionIndexDefinition.getType() is an
EntityType , then the entity
definition for the collection index is returned;
otherwise, IllegalStateException is thrown. |
Modifier and Type | Method and Description |
---|---|
void |
AssociationVisitationStrategy.finishingEntity(EntityDefinition entityDefinition)
Notification we are finishing walking an entity.
|
void |
AssociationVisitationStrategy.startingEntity(EntityDefinition entityDefinition)
Notification we are starting to walk an entity.
|
Modifier and Type | Method and Description |
---|---|
EntityDefinition |
CompositeBasedAssociationAttribute.toEntityDefinition() |
Modifier and Type | Method and Description |
---|---|
EntityDefinition |
EntityBasedAssociationAttribute.toEntityDefinition() |
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.