Uses of Interface
org.hibernate.jdbc.Work
-
Packages that use Work Package Description org.hibernate org.hibernate.dialect.temptable org.hibernate.engine.spi org.hibernate.internal org.hibernate.jdbc org.hibernate.testing.junit4 -
-
Uses of Work in org.hibernate
Methods in org.hibernate with parameters of type Work Modifier and Type Method Description default voidSharedSessionContract. doWork(Work work)Perform work using theConnectionunderlying by this session. -
Uses of Work in org.hibernate.dialect.temptable
Classes in org.hibernate.dialect.temptable that implement Work Modifier and Type Class Description static classTemporaryTableHelper.TemporaryTableCreationWorkstatic classTemporaryTableHelper.TemporaryTableDropWork -
Uses of Work in org.hibernate.engine.spi
Methods in org.hibernate.engine.spi with parameters of type Work Modifier and Type Method Description voidSessionDelegatorBaseImpl. doWork(Work work)voidSessionLazyDelegator. doWork(Work work) -
Uses of Work in org.hibernate.internal
Methods in org.hibernate.internal with parameters of type Work Modifier and Type Method Description voidAbstractSharedSessionContract. doWork(Work work) -
Uses of Work in org.hibernate.jdbc
Classes in org.hibernate.jdbc that implement Work Modifier and Type Class Description classAbstractWorkAn abstract implementation ofWorkthat accepts aWorkExecutorvisitor for executing a discrete piece of work.Methods in org.hibernate.jdbc with parameters of type Work Modifier and Type Method Description <T> TWorkExecutor. executeWork(Work work, Connection connection)Execute the discrete work encapsulated by aWorkinstance using the supplied connection. -
Uses of Work in org.hibernate.testing.junit4
Classes in org.hibernate.testing.junit4 that implement Work Modifier and Type Class Description static classBaseCoreFunctionalTestCase.RollbackWorkstatic classBaseNonConfigCoreFunctionalTestCase.RollbackWork
-