Class EntityTypes

java.lang.Object
org.hibernate.reactive.engine.impl.EntityTypes

public class EntityTypes extends Object
Reactive operations that really belong to EntityType
  • Constructor Details

    • EntityTypes

      public EntityTypes()
  • Method Details

    • resolve

      public static CompletionStage<Object> resolve(org.hibernate.type.EntityType entityType, Object idOrUniqueKey, Object owner, org.hibernate.engine.spi.SharedSessionContractImplementor session)
    • replace

      public 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)
      See Also:
      • TypeHelper.replace(Object[], Object[], Type[], SharedSessionContractImplementor, Object, Map)
    • replace

      public 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)
      See Also:
      • TypeHelper.replace(Object[], Object[], Type[], SharedSessionContractImplementor, Object, Map, ForeignKeyDirection)
    • replace

      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)
      See Also:
      • EntityType.replace(Object, Object, SharedSessionContractImplementor, Object, Map)