Uses of Class
org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
Packages that use EntityTableMapping.KeyColumn
Package
Description
Defines support for performing mutation operations originating
from persistence-context events.
-
Uses of EntityTableMapping.KeyColumn in org.hibernate.persister.entity.mutation
Fields in org.hibernate.persister.entity.mutation with type parameters of type EntityTableMapping.KeyColumnModifier and TypeFieldDescriptionprotected final List<EntityTableMapping.KeyColumn> EntityTableMapping.AbstractKeyMapping.keyColumnsMethods in org.hibernate.persister.entity.mutation that return EntityTableMapping.KeyColumnModifier and TypeMethodDescriptionEntityTableMapping.AbstractKeyMapping.getKeyColumn(int position) Methods in org.hibernate.persister.entity.mutation that return types with arguments of type EntityTableMapping.KeyColumnModifier and TypeMethodDescriptionList<? extends EntityTableMapping.KeyColumn> EntityTableMapping.AbstractKeyMapping.getKeyColumns()Methods in org.hibernate.persister.entity.mutation with parameters of type EntityTableMapping.KeyColumnModifier and TypeMethodDescriptionprotected SqlSelectionEntityTableMapping.AbstractKeyMapping.resolveSqlSelection(TableReference tableReference, EntityTableMapping.KeyColumn keyColumn, SqlAstCreationState creationState) Method parameters in org.hibernate.persister.entity.mutation with type arguments of type EntityTableMapping.KeyColumnModifier and TypeMethodDescriptionEntityTableMapping.createKeyMapping(List<EntityTableMapping.KeyColumn> keyColumns, ModelPart identifierPart) Constructor parameters in org.hibernate.persister.entity.mutation with type arguments of type EntityTableMapping.KeyColumnModifierConstructorDescriptionAbstractKeyMapping(List<EntityTableMapping.KeyColumn> keyColumns, ModelPart identifierPart) CompositeKeyMapping(List<EntityTableMapping.KeyColumn> keyColumns, EmbeddableValuedModelPart identifierPart) SimpleKeyMapping(List<EntityTableMapping.KeyColumn> keyColumns, BasicValuedModelPart identifierPart)