Class ReactiveCteInsertStrategy
java.lang.Object
org.hibernate.query.sqm.mutation.internal.cte.CteInsertStrategy
org.hibernate.reactive.query.sqm.mutation.internal.cte.ReactiveCteInsertStrategy
- All Implemented Interfaces:
org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy,ReactiveSqmMultiTableInsertStrategy
public class ReactiveCteInsertStrategy
extends org.hibernate.query.sqm.mutation.internal.cte.CteInsertStrategy
implements ReactiveSqmMultiTableInsertStrategy
-
Field Summary
Fields inherited from class org.hibernate.query.sqm.mutation.internal.cte.CteInsertStrategy
SHORT_NAMEFields inherited from interface org.hibernate.reactive.query.sqm.mutation.spi.ReactiveSqmMultiTableInsertStrategy
LOG -
Constructor Summary
ConstructorsConstructorDescriptionReactiveCteInsertStrategy(org.hibernate.metamodel.mapping.EntityMappingType rootEntityType, org.hibernate.metamodel.spi.RuntimeModelCreationContext runtimeModelCreationContext) ReactiveCteInsertStrategy(org.hibernate.persister.entity.EntityPersister rootDescriptor, org.hibernate.metamodel.spi.RuntimeModelCreationContext runtimeModelCreationContext) -
Method Summary
Modifier and TypeMethodDescriptionorg.hibernate.query.sqm.mutation.spi.MultiTableHandlerBuildResultbuildHandler(org.hibernate.query.sqm.tree.insert.SqmInsertStatement<?> sqmInsertStatement, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, org.hibernate.query.spi.DomainQueryExecutionContext context) Methods inherited from class org.hibernate.query.sqm.mutation.internal.cte.CteInsertStrategy
getEntityCteTable, getRootDescriptor, getSessionFactoryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.reactive.query.sqm.mutation.spi.ReactiveSqmMultiTableInsertStrategy
executeInsert, reactiveExecuteInsertMethods inherited from interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy
prepare, prepare, release
-
Constructor Details
-
ReactiveCteInsertStrategy
public ReactiveCteInsertStrategy(org.hibernate.metamodel.mapping.EntityMappingType rootEntityType, org.hibernate.metamodel.spi.RuntimeModelCreationContext runtimeModelCreationContext) -
ReactiveCteInsertStrategy
public ReactiveCteInsertStrategy(org.hibernate.persister.entity.EntityPersister rootDescriptor, org.hibernate.metamodel.spi.RuntimeModelCreationContext runtimeModelCreationContext)
-
-
Method Details
-
buildHandler
public org.hibernate.query.sqm.mutation.spi.MultiTableHandlerBuildResult buildHandler(org.hibernate.query.sqm.tree.insert.SqmInsertStatement<?> sqmInsertStatement, org.hibernate.query.sqm.internal.DomainParameterXref domainParameterXref, org.hibernate.query.spi.DomainQueryExecutionContext context) - Specified by:
buildHandlerin interfaceorg.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy- Overrides:
buildHandlerin classorg.hibernate.query.sqm.mutation.internal.cte.CteInsertStrategy
-