Uses of Interface
org.hibernate.tool.orm.jbt.api.wrp.SessionWrapper
-
Packages that use SessionWrapper Package Description org.hibernate.tool.orm.jbt.api.wrp org.hibernate.tool.orm.jbt.internal.factory -
-
Uses of SessionWrapper in org.hibernate.tool.orm.jbt.api.wrp
Methods in org.hibernate.tool.orm.jbt.api.wrp that return SessionWrapper Modifier and Type Method Description SessionWrapperSessionFactoryWrapper. openSession()Methods in org.hibernate.tool.orm.jbt.api.wrp with parameters of type SessionWrapper Modifier and Type Method Description ObjectClassMetadataWrapper. getIdentifier(Object object, SessionWrapper session) -
Uses of SessionWrapper in org.hibernate.tool.orm.jbt.internal.factory
Methods in org.hibernate.tool.orm.jbt.internal.factory that return SessionWrapper Modifier and Type Method Description static SessionWrapperSessionWrapperFactory. createSessionWrapper(org.hibernate.Session wrappedSession)
-