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 CompositeAttributeFetchExpandingFetchSource. buildCompositeAttributeFetch(AttributeDefinition attributeDefinition)Builds a fetch for a composite attribute.voidExpandingFetchSource. 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 AttributeDefinitionAttributeFetch. getFetchedAttributeDefinition()Returns theAttributeDefinitionfor 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 interfaceAssociationAttributeDefinitioninterfaceCompositeCollectionElementDefinitionThe definition for a composite collection element.interfaceCompositionDefinitioninterfaceNonEncapsulatedEntityIdentifierDefinitionMethods in org.hibernate.persister.walking.spi that return AttributeDefinition Modifier and Type Method Description AttributeDefinitionEncapsulatedEntityIdentifierDefinition. 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 voidAssociationVisitationStrategy. finishingAttribute(AttributeDefinition attributeDefinition)Notification that we are finishing walking an attribute.booleanAssociationVisitationStrategy. 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 interfaceNonIdentifierAttributeClasses in org.hibernate.tuple that implement AttributeDefinition Modifier and Type Class Description classAbstractNonIdentifierAttributeclassStandardPropertyDeprecated.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 classAbstractCompositionAttributeA base class for a composite, non-identifier attribute.classCompositeBasedAssociationAttributeclassCompositeBasedBasicAttributeclassCompositionBasedCompositionAttributeMethods 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 classAbstractEntityBasedAttributeclassEntityBasedAssociationAttributeclassEntityBasedBasicAttributeclassEntityBasedCompositionAttributeclassVersionPropertyRepresents a version property within the Hibernate runtime-metamodel.
-