Uses of Interface
org.hibernate.persister.walking.spi.AttributeDefinition
-
Packages that use AttributeDefinition Package Description org.hibernate.loader.plan.build.spi Defines the SPI for building a metamodel-driven LoadPlanorg.hibernate.loader.plan.spi Defines the SPI for the building blocks that make up a LoadPlan.org.hibernate.persister.entity org.hibernate.persister.walking.spi org.hibernate.tuple org.hibernate.tuple.component org.hibernate.tuple.entity -
-
Uses of AttributeDefinition in org.hibernate.loader.plan.build.spi
Methods in org.hibernate.loader.plan.build.spi with parameters of type AttributeDefinition Modifier and Type Method Description CompositeAttributeFetch
ExpandingFetchSource. buildCompositeAttributeFetch(AttributeDefinition attributeDefinition)
Builds a fetch for a composite attribute.void
ExpandingFetchSource. validateFetchPlan(FetchStrategy fetchStrategy, AttributeDefinition attributeDefinition)
Is the asserted plan valid from this owner to a fetch? -
Uses of AttributeDefinition in org.hibernate.loader.plan.spi
Methods in org.hibernate.loader.plan.spi that return AttributeDefinition Modifier and Type Method Description AttributeDefinition
AttributeFetch. getFetchedAttributeDefinition()
Returns theAttributeDefinition
for attribute being fetched. -
Uses of AttributeDefinition in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return types with arguments of type AttributeDefinition Modifier and Type Method Description java.lang.Iterable<AttributeDefinition>
AbstractEntityPersister. getAttributes()
-
Uses of AttributeDefinition in org.hibernate.persister.walking.spi
Subinterfaces of AttributeDefinition in org.hibernate.persister.walking.spi Modifier and Type Interface Description interface
AssociationAttributeDefinition
interface
CompositeCollectionElementDefinition
The definition for a composite collection element.interface
CompositionDefinition
interface
NonEncapsulatedEntityIdentifierDefinition
Methods in org.hibernate.persister.walking.spi that return AttributeDefinition Modifier and Type Method Description AttributeDefinition
EncapsulatedEntityIdentifierDefinition. getAttributeDefinition()
Methods in org.hibernate.persister.walking.spi that return types with arguments of type AttributeDefinition Modifier and Type Method Description java.lang.Iterable<AttributeDefinition>
AttributeSource. getAttributes()
Methods in org.hibernate.persister.walking.spi with parameters of type AttributeDefinition Modifier and Type Method Description void
AssociationVisitationStrategy. finishingAttribute(AttributeDefinition attributeDefinition)
Notification that we are finishing walking an attribute.boolean
AssociationVisitationStrategy. startingAttribute(AttributeDefinition attributeDefinition)
Notification that we are preparing to walk an attribute. -
Uses of AttributeDefinition in org.hibernate.tuple
Subinterfaces of AttributeDefinition in org.hibernate.tuple Modifier and Type Interface Description interface
NonIdentifierAttribute
Classes in org.hibernate.tuple that implement AttributeDefinition Modifier and Type Class Description class
AbstractNonIdentifierAttribute
class
StandardProperty
Deprecated.Use one of theAttribute
-based impls instead. -
Uses of AttributeDefinition in org.hibernate.tuple.component
Classes in org.hibernate.tuple.component that implement AttributeDefinition Modifier and Type Class Description class
AbstractCompositionAttribute
A base class for a composite, non-identifier attribute.class
CompositeBasedAssociationAttribute
class
CompositeBasedBasicAttribute
class
CompositionBasedCompositionAttribute
Methods in org.hibernate.tuple.component that return types with arguments of type AttributeDefinition Modifier and Type Method Description java.lang.Iterable<AttributeDefinition>
AbstractCompositionAttribute. getAttributes()
-
Uses of AttributeDefinition in org.hibernate.tuple.entity
Classes in org.hibernate.tuple.entity that implement AttributeDefinition Modifier and Type Class Description class
AbstractEntityBasedAttribute
class
EntityBasedAssociationAttribute
class
EntityBasedBasicAttribute
class
EntityBasedCompositionAttribute
class
VersionProperty
Represents a version property within the Hibernate runtime-metamodel.
-