Uses of Interface
org.hibernate.engine.spi.SessionOwner
-
Packages that use SessionOwner Package Description org.hibernate.engine.spi -
-
Uses of SessionOwner in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type SessionOwner Modifier and Type Method Description TAbstractDelegatingSessionBuilderImplementor. owner(SessionOwner sessionOwner)TSessionBuilderImplementor. owner(SessionOwner sessionOwner)Deprecated.(since 5.2) since consolidating hibernate-entitymanager into hibernate-core I believe this is no longer needed.
-