Class EntityTypes
java.lang.Object
org.hibernate.reactive.engine.impl.EntityTypes
Reactive operations that really belong to
EntityType-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CompletionStage<Object[]>replace(Object[] original, Object[] target, org.hibernate.type.Type[] types, org.hibernate.engine.spi.SharedSessionContractImplementor session, Object owner, Map<Object, Object> copyCache) static CompletionStage<Object[]>replace(Object[] original, Object[] target, org.hibernate.type.Type[] types, org.hibernate.engine.spi.SharedSessionContractImplementor session, Object owner, Map<Object, Object> copyCache, org.hibernate.type.ForeignKeyDirection foreignKeyDirection) protected static CompletionStage<Object>replace(org.hibernate.type.EntityType entityType, Object original, Object target, org.hibernate.engine.spi.SharedSessionContractImplementor session, Object owner, Map<Object, Object> copyCache) static CompletionStage<Object>resolve(org.hibernate.type.EntityType entityType, Object idOrUniqueKey, Object owner, org.hibernate.engine.spi.SharedSessionContractImplementor session)
-
Constructor Details
-
EntityTypes
public EntityTypes()
-
-
Method Details