Class CollectionTypes
java.lang.Object
org.hibernate.reactive.engine.impl.CollectionTypes
Reactive operations that really belong to
CollectionType-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletionStage<Object>replace(org.hibernate.type.CollectionType type, Object original, Object target, org.hibernate.engine.spi.SharedSessionContractImplementor session, Object owner, Map<Object, Object> copyCache) static CompletionStage<Object>replace(org.hibernate.type.CollectionType type, Object original, Object target, org.hibernate.engine.spi.SharedSessionContractImplementor session, Object owner, Map<Object, Object> copyCache, org.hibernate.type.ForeignKeyDirection foreignKeyDirection)
-
Constructor Details
-
CollectionTypes
public CollectionTypes()
-
-
Method Details