Class SessionUtil

java.lang.Object
org.hibernate.reactive.session.impl.SessionUtil

public class SessionUtil extends Object
  • Constructor Details

    • SessionUtil

      public SessionUtil()
  • Method Details

    • throwEntityNotFound

      public static void throwEntityNotFound(org.hibernate.engine.spi.SharedSessionContractImplementor session, String entityName, Object identifier)
    • checkEntityFound

      public static void checkEntityFound(org.hibernate.engine.spi.SharedSessionContractImplementor session, String entityName, Object identifier, Object optional)