|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jorm.mapper.rdb.lib.RdbConnectionWrapper
Defines a connection wrapper for all kind of connection that can be used with the RDB mapper.
Constructor Summary | |
RdbConnectionWrapper()
|
Method Summary | |
static java.sql.Connection |
narrow2SQL(java.lang.Object conn)
Narrows a connection requested to a mapper into an SQL connection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RdbConnectionWrapper()
Method Detail |
public static java.sql.Connection narrow2SQL(java.lang.Object conn) throws PException
conn
- A mapper connection.
PException
- Thrown when narrowing is impossible.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |