Package | Description |
---|---|
edu.internet2.middleware.grouperClient.jdbc |
Class and Description |
---|
GcBoundDataConversion
This is our helper to convert data to and from Oracle.
|
GcCallableStatementCallback
Object that gets a callableStatement back from the connection and the sql - closing it is handled within the framework.
|
GcCaseIgnoreHashMap
Map with string key which ignores key case and has some convenience methods.
|
GcConnectionCallback
Object that gets a database connection object.
|
GcDbAccess
Get access to the global database connections, create a new connection,
and execute sql against them.
|
GcDbAccess.ConnectionBean
returned from connection call
|
GcDbQueryCache |
GcDbQueryCacheMap
Map for caching some query results for x amount of time.
|
GcEntityCallback
Object that gets a call for each entity created from a resultset; save heap space.
|
GcPersist
Whether fields should be persisted to the database or not.
|
GcPersistableClass
Metadata about class objects that can be stored to the database.
|
GcPersistableField
Metadata about fields that can be stored to the database.
|
GcPreparedStatementCallback
Object that gets a preparedStatement back from the connection and the sql - closing it is handled within the framework.
|
GcQueryReport
Structure to encapsulate data about a query being executed.
|
GcResultSetCallback
Object that gets a resulset via callback.
|
GcTransactionCallback
Object that gets a dbAccess object with a session in it.
|
GcTransactionEnd
Possible endings for a transaction.
|
Copyright © 2016 Internet2. All rights reserved.