Class CollectionTypes

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

public class CollectionTypes extends Object
Reactive operations that really belong to CollectionType
  • Constructor Details

    • CollectionTypes

      public CollectionTypes()
  • Method Details

    • replace

      public 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) throws org.hibernate.HibernateException
      Throws:
      org.hibernate.HibernateException
      See Also:
      • AbstractType.replace(Object, Object, SharedSessionContractImplementor, Object, Map, ForeignKeyDirection)
    • replace

      public 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) throws org.hibernate.HibernateException
      Throws:
      org.hibernate.HibernateException
      See Also:
      • CollectionType.replace(Object, Object, SharedSessionContractImplementor, Object, Map)