|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISession | |
---|---|
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 ISession in org.perfectjpattern.jee.api.integration.dao |
---|
Methods in org.perfectjpattern.jee.api.integration.dao that return ISession | |
---|---|
ISession |
ISessionStrategy.getSession()
Returns the adapted JPA implementation-specific ISession |
ISession |
IBaseReadOnlyDao.getSession()
Returns the ISession adapted from the implementation-specific |
Uses of ISession in org.perfectjpattern.jee.integration.dao |
---|
Methods in org.perfectjpattern.jee.integration.dao that return ISession | |
---|---|
ISession |
HibernateCurrentSessionStrategy.getSession()
Returns the adapted JPA implementation-specific ISession |
ISession |
JpaSessionStrategy.getSession()
Returns the adapted JPA implementation-specific ISession |
ISession |
JpaBaseDao.getSession()
Returns the ISession adapted from the implementation-specific |
ISession |
JpaManagedSessionStrategy.getSession()
Returns the adapted JPA implementation-specific ISession |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |