Interface InsertCoordinator
- All Superinterfaces:
MutationCoordinator
- All Known Implementing Classes:
InsertCoordinatorStandard
Coordinates the inserting of an entity.
-
Method Summary
Modifier and TypeMethodDescription@Nullable GeneratedValues
insert
(Object entity, Object[] values, SharedSessionContractImplementor session) Persist an entity instance with a generated identifier.@Nullable GeneratedValues
insert
(Object entity, Object id, Object[] values, SharedSessionContractImplementor session) Persist an entity instance using the provided identifier.Methods inherited from interface org.hibernate.persister.entity.mutation.MutationCoordinator
getStaticMutationOperationGroup
-
Method Details