Class SessionUtil
java.lang.Object
org.hibernate.reactive.session.impl.SessionUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcheckEntityFound(org.hibernate.engine.spi.SharedSessionContractImplementor session, String entityName, Object identifier, Object optional) static voidthrowEntityNotFound(org.hibernate.engine.spi.SharedSessionContractImplementor session, String entityName, Object identifier)
-
Constructor Details
-
SessionUtil
public SessionUtil()
-
-
Method Details