|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PreparedStatementWrapper | |
|---|---|
| org.ow2.jonas.resource.internal.cm.sql.cache | |
| Uses of PreparedStatementWrapper in org.ow2.jonas.resource.internal.cm.sql.cache |
|---|
| Fields in org.ow2.jonas.resource.internal.cm.sql.cache with type parameters of type PreparedStatementWrapper | |
|---|---|
List<PreparedStatementWrapper> |
PreparedStatementListCacheImpl.pStmts
Cache |
Map<PreparedStatementMapCacheKey,List<PreparedStatementWrapper>> |
PreparedStatementMapCacheImpl.pStmts
Cache |
| Methods in org.ow2.jonas.resource.internal.cm.sql.cache that return PreparedStatementWrapper | |
|---|---|
PreparedStatementWrapper |
PreparedStatementListCacheImpl.get(PreparedStatementWrapper psw)
|
PreparedStatementWrapper |
PreparedStatementMapCacheImpl.get(PreparedStatementWrapper psw)
|
abstract PreparedStatementWrapper |
AbstractPreparedStatementCacheImpl.get(PreparedStatementWrapper psw)
|
PreparedStatementWrapper |
PreparedStatementCache.get(PreparedStatementWrapper psw)
Retrieve an entry in the cache |
| Methods in org.ow2.jonas.resource.internal.cm.sql.cache with parameters of type PreparedStatementWrapper | |
|---|---|
PreparedStatementWrapper |
PreparedStatementListCacheImpl.get(PreparedStatementWrapper psw)
|
PreparedStatementWrapper |
PreparedStatementMapCacheImpl.get(PreparedStatementWrapper psw)
|
abstract PreparedStatementWrapper |
AbstractPreparedStatementCacheImpl.get(PreparedStatementWrapper psw)
|
PreparedStatementWrapper |
PreparedStatementCache.get(PreparedStatementWrapper psw)
Retrieve an entry in the cache |
void |
PreparedStatementListCacheImpl.put(PreparedStatementWrapper psw)
Put a pstmt in the cache. |
void |
PreparedStatementMapCacheImpl.put(PreparedStatementWrapper psw)
Put a pstmt in the cache. |
abstract void |
AbstractPreparedStatementCacheImpl.put(PreparedStatementWrapper psw)
|
void |
PreparedStatementCache.put(PreparedStatementWrapper psw)
Add an entry in the cache |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||