Package edu.internet2.middleware.grouperClient.jdbc

Interface Summary
GcBoundDataConversion This is our helper to convert data to and from Oracle.
GcSqlAssignPrimaryKey implement this interface to assign a new primary key for insert
 

Class Summary
GcBoundDataConversionImpl This is our implementation of a helper to convert data to and from Oracle.
GcCallableStatementCallback<T> 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<T> 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<T> Object that gets a call for each entity created from a resultset; save heap space.
GcPersistableHelper  
GcPreparedStatementCallback<T> 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<T> Object that gets a resulset via callback.
GcTransactionCallback<T> Object that gets a dbAccess object with a session in it.
 

Enum Summary
GcPersist Whether fields should be persisted to the database or not.
GcTransactionEnd Possible endings for a transaction.
 

Annotation Types Summary
GcPersistableClass Metadata about class objects that can be stored to the database.
GcPersistableField Metadata about fields that can be stored to the database.