|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ITransaction | |
---|---|
org.perfectjpattern.jee.api.integration.dao | Generic Data Access Object (DAO) Pattern API. |
org.perfectjpattern.jee.integration.dao | Spring-based implementation of the Generic Data Access Object (DAO) Pattern. |
Uses of ITransaction in org.perfectjpattern.jee.api.integration.dao |
---|
Methods in org.perfectjpattern.jee.api.integration.dao that return ITransaction | |
---|---|
ITransaction |
IBaseReadOnlyDao.getTransaction()
Returns the ITransaction adapted from the implementation-specific |
ITransaction |
ISession.getTransaction()
Returns the ITransaction adapted from the implementation-specific |
ITransaction |
ITransactionStrategy.getTransaction()
Returns the adapted JPA implementation-specific Transaction |
Uses of ITransaction in org.perfectjpattern.jee.integration.dao |
---|
Methods in org.perfectjpattern.jee.integration.dao that return ITransaction | |
---|---|
ITransaction |
HibernateSessionAdapter.getTransaction()
|
ITransaction |
HibernateConfiguredTransactionStrategy.getTransaction()
Returns the adapted JPA implementation-specific Transaction |
ITransaction |
JpaTransactionStrategy.getTransaction()
Returns the adapted JPA implementation-specific Transaction |
ITransaction |
JtaTransactionStrategy.getTransaction()
Returns the adapted JPA implementation-specific Transaction |
ITransaction |
JpaManagedTransactionStrategy.getTransaction()
Returns the adapted JPA implementation-specific Transaction |
ITransaction |
JpaBaseDao.getTransaction()
Returns the ITransaction adapted from the implementation-specific |
ITransaction |
EntityManagerAdapter.getTransaction()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |