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