Uses of Record Class
org.hibernate.action.queue.spi.meta.CollectionTableDescriptor
Packages that use CollectionTableDescriptor
Package
Description
This package abstracts persistence mechanisms for collections.
Defines support for performing mutation operations against collections.
-
Uses of CollectionTableDescriptor in org.hibernate.action.queue.spi.decompose.collection
Subinterfaces with type arguments of type CollectionTableDescriptor in org.hibernate.action.queue.spi.decompose.collectionMethods in org.hibernate.action.queue.spi.decompose.collection that return CollectionTableDescriptorModifier and TypeMethodDescriptionCollectionMutationTarget.getCollectionTableDescriptor()default CollectionTableDescriptorCollectionMutationTarget.getIdentifierTableDescriptor()CollectionMutationPlanContributor.CollectionChangeContext.tableDescriptor()Returns the value of thetableDescriptorrecord component.Constructors in org.hibernate.action.queue.spi.decompose.collection with parameters of type CollectionTableDescriptorModifierConstructorDescriptionCollectionChangeContext(CollectionPersister persister, CollectionTableDescriptor tableDescriptor, SessionFactoryImplementor factory, CollectionJdbcOperations jdbcOperations, PersistentCollection<?> collection, Object key, int ordinalBase) Creates an instance of aCollectionChangeContextrecord class. -
Uses of CollectionTableDescriptor in org.hibernate.persister.collection
Methods in org.hibernate.persister.collection that return CollectionTableDescriptorMethod parameters in org.hibernate.persister.collection with type arguments of type CollectionTableDescriptorModifier and TypeMethodDescriptionvoidAbstractCollectionPersister.forEachMutableTableDescriptor(Consumer<CollectionTableDescriptor> consumer) voidAbstractCollectionPersister.forEachMutableTableDescriptorReverse(Consumer<CollectionTableDescriptor> consumer) -
Uses of CollectionTableDescriptor in org.hibernate.persister.collection.mutation
Methods in org.hibernate.persister.collection.mutation that return CollectionTableDescriptorModifier and TypeMethodDescriptionCollectionAuditSupport.AuditCollectionOperation.tableDescriptor()Returns the value of thetableDescriptorrecord component.Constructors in org.hibernate.persister.collection.mutation with parameters of type CollectionTableDescriptorModifierConstructorDescriptionAuditCollectionOperation(CollectionTableDescriptor tableDescriptor, MutationOperation operation) Creates an instance of aAuditCollectionOperationrecord class.