Package | Description |
---|---|
org.hibernate.loader.plan.spi.build | |
org.hibernate.persister.entity |
This package abstracts persistence mechanisms for
entities, and defines the Hibernate runtime
metamodel.
|
org.hibernate.persister.walking.internal | |
org.hibernate.persister.walking.spi | |
org.hibernate.tuple |
This package defines a runtime metamodel for entities at
the object level and abstracts the differences between
the various entity modes.
|
org.hibernate.tuple.component | |
org.hibernate.tuple.entity |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLoadPlanBuilderStrategy.finishingAttribute(AttributeDefinition attributeDefinition) |
boolean |
AbstractLoadPlanBuilderStrategy.startingAttribute(AttributeDefinition attributeDefinition) |
Modifier and Type | Method and Description |
---|---|
Iterable<AttributeDefinition> |
AbstractEntityPersister.getAttributes() |
Modifier and Type | Method and Description |
---|---|
static Iterable<AttributeDefinition> |
CompositionSingularSubAttributesHelper.getCompositeCollectionElementSubAttributes(CompositeCollectionElementDefinition compositionElementDefinition)
Get sub-attribute definitions for a composite collection element.
|
static Iterable<AttributeDefinition> |
CompositionSingularSubAttributesHelper.getIdentifierSubAttributes(AbstractEntityPersister entityPersister)
Get composite ID sub-attribute definitions.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AssociationAttributeDefinition |
interface |
CompositeCollectionElementDefinition
The definition for a composite collection element.
|
interface |
CompositionDefinition |
Modifier and Type | Method and Description |
---|---|
AttributeDefinition |
EncapsulatedEntityIdentifierDefinition.getAttributeDefinition() |
Modifier and Type | Method and Description |
---|---|
Iterable<AttributeDefinition> |
NonEncapsulatedEntityIdentifierDefinition.getAttributes() |
Iterable<AttributeDefinition> |
AttributeSource.getAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
AssociationVisitationStrategy.finishingAttribute(AttributeDefinition attributeDefinition) |
boolean |
AssociationVisitationStrategy.startingAttribute(AttributeDefinition attributeDefinition) |
Modifier and Type | Interface and Description |
---|---|
interface |
NonIdentifierAttribute |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNonIdentifierAttribute |
class |
StandardProperty
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCompositeBasedAttribute
A base class for a sub-attribute of a composite, non-identifier attribute.
|
class |
AbstractCompositionAttribute
A base class for a composite, non-identifier attribute.
|
class |
CompositeBasedAssociationAttribute |
class |
CompositeBasedBasicAttribute |
class |
CompositionBasedCompositionAttribute |
Modifier and Type | Method and Description |
---|---|
Iterable<AttributeDefinition> |
AbstractCompositionAttribute.getAttributes() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEntityBasedAttribute |
class |
EntityBasedAssociationAttribute |
class |
EntityBasedBasicAttribute |
class |
EntityBasedCompositionAttribute |
class |
VersionProperty
Represents a version property within the Hibernate runtime-metamodel.
|
Copyright © 2013. All rights reserved.