Uses of Interface
org.hibernate.persister.walking.spi.EntityDefinition
-
Packages that use EntityDefinition Package Description org.hibernate.id org.hibernate.persister.entity org.hibernate.persister.walking.spi org.hibernate.tuple.component org.hibernate.tuple.entity -
-
Uses of EntityDefinition in org.hibernate.id
Subinterfaces of EntityDefinition in org.hibernate.id Modifier and Type Interface Description interfacePostInsertIdentityPersisterA persister that may have an identity assigned by execution of a SQL INSERT. -
Uses of EntityDefinition in org.hibernate.persister.entity
Subinterfaces of EntityDefinition in org.hibernate.persister.entity Modifier and Type Interface Description interfaceEntityPersisterContract describing mapping information and persistence logic for a particular strategy of entity mapping.interfaceLoadableImplemented by a EntityPersister that may be loaded using Loader.interfaceLockableContract for things that can be locked via aLockingStrategy.interfaceOuterJoinLoadableA EntityPersister that may be loaded by outer join using the OuterJoinLoader hierarchy and may be an element of a one-to-many association.interfaceQueryableExtends the generic EntityPersister contract to add operations required by the Hibernate Query LanguageinterfaceSQLLoadableA class persister that supports queries expressed in the platform native SQL dialectinterfaceUniqueKeyLoadableClasses in org.hibernate.persister.entity that implement EntityDefinition Modifier and Type Class Description classAbstractEntityPersisterBasic functionality for persisting an entity via JDBC through either generated or custom SQLclassJoinedSubclassEntityPersisterAn EntityPersister implementing the normalized "table-per-subclass" mapping strategyclassSingleTableEntityPersisterThe default implementation of the EntityPersister interface.classUnionSubclassEntityPersisterImplementation of the "table-per-concrete-class" or "roll-down" mapping strategy for an entity and its inheritence hierarchy. -
Uses of EntityDefinition in org.hibernate.persister.walking.spi
Methods in org.hibernate.persister.walking.spi that return EntityDefinition Modifier and Type Method Description EntityDefinitionEntityIdentifierDefinition. getEntityDefinition()EntityDefinitionAssociationAttributeDefinition. toEntityDefinition()EntityDefinitionCollectionElementDefinition. toEntityDefinition()If the element type returned byCollectionElementDefinition.getType()is anEntityType, then the entity definition for the collection element is returned; otherwise, IllegalStateException is thrown.EntityDefinitionCollectionIndexDefinition. toEntityDefinition()If the index type returned byCollectionIndexDefinition.getType()is anEntityType, then the entity definition for the collection index is returned; otherwise, IllegalStateException is thrown.Methods in org.hibernate.persister.walking.spi with parameters of type EntityDefinition Modifier and Type Method Description voidAssociationVisitationStrategy. finishingEntity(EntityDefinition entityDefinition)Notification we are finishing walking an entity.voidAssociationVisitationStrategy. startingEntity(EntityDefinition entityDefinition)Notification we are starting to walk an entity. -
Uses of EntityDefinition in org.hibernate.tuple.component
Methods in org.hibernate.tuple.component that return EntityDefinition Modifier and Type Method Description EntityDefinitionCompositeBasedAssociationAttribute. toEntityDefinition() -
Uses of EntityDefinition in org.hibernate.tuple.entity
Methods in org.hibernate.tuple.entity that return EntityDefinition Modifier and Type Method Description EntityDefinitionEntityBasedAssociationAttribute. toEntityDefinition()
-