|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SessionHandler | |
---|---|
de.nava.informa.impl.hibernate | Provides an implementation of the core news channel interfaces using persistence mechanism provided by Hibernate (for more see http://www.hibernate.org. |
de.nava.informa.utils | Provides utility classes that are convenient when handling the news channel object model. |
Uses of SessionHandler in de.nava.informa.impl.hibernate |
---|
Methods in de.nava.informa.impl.hibernate that return SessionHandler | |
---|---|
static SessionHandler |
SessionHandler.getInstance()
Returns the singelton instance, calling getInstance(Properties) with properties set to null. |
static SessionHandler |
SessionHandler.getInstance(Properties props)
Returns the one and only instance which can be used to obtain a Session for further operation with the hibernate objects. |
Constructors in de.nava.informa.impl.hibernate with parameters of type SessionHandler | |
---|---|
ChannelBuilder(SessionHandler handler)
ChannelBuilder constructor. |
Uses of SessionHandler in de.nava.informa.utils |
---|
Methods in de.nava.informa.utils that return SessionHandler | |
---|---|
SessionHandler |
PersistChanGrpMgr.getHandler()
Get currently assocaited SessionHandler |
Constructors in de.nava.informa.utils with parameters of type SessionHandler | |
---|---|
PersistChanGrpMgr(SessionHandler handler,
boolean debug)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |