Interface SqmMultiTableMutationStrategyProvider
- All Superinterfaces:
Serializable
,Service
- All Known Implementing Classes:
SqmMultiTableMutationStrategyProviderStandard
Pluggable contract for providing custom
SqmMultiTableMutationStrategy
and
SqmMultiTableInsertStrategy
implementations. This is intended for use by
hibernate-reactive to provide its custom implementations.-
Method Summary
Modifier and TypeMethodDescriptioncreateInsertStrategy
(EntityMappingType rootEntityDescriptor, MappingModelCreationProcess creationProcess) Determine the SqmMultiTableInsertStrategy to use for the given entitycreateMutationStrategy
(EntityMappingType rootEntityDescriptor, MappingModelCreationProcess creationProcess) Determine the SqmMultiTableMutationStrategy to use for the given entity
-
Method Details
-
createMutationStrategy
SqmMultiTableMutationStrategy createMutationStrategy(EntityMappingType rootEntityDescriptor, MappingModelCreationProcess creationProcess) Determine the SqmMultiTableMutationStrategy to use for the given entity -
createInsertStrategy
SqmMultiTableInsertStrategy createInsertStrategy(EntityMappingType rootEntityDescriptor, MappingModelCreationProcess creationProcess) Determine the SqmMultiTableInsertStrategy to use for the given entity
-