Uses of Class
edu.uiuc.ncsa.security.storage.sql.internals.Table
-
Packages that use Table Package Description edu.uiuc.ncsa.sas.client This client exists only on the server to model the state and configuration.edu.uiuc.ncsa.sas.loader edu.uiuc.ncsa.sas.storage edu.uiuc.ncsa.security.storage.monitored Utilities and classes for working with objects that are sent to/retrieved from aStore
.edu.uiuc.ncsa.security.storage.sql Classes that setup a specific type of correspondence between java objects and rows of an SQL table. -
-
Uses of Table in edu.uiuc.ncsa.sas.client
Subclasses of Table in edu.uiuc.ncsa.sas.client Modifier and Type Class Description class
ClientTable
Created by Jeff Gaynor
on 8/15/22 at 10:30 AM -
Uses of Table in edu.uiuc.ncsa.sas.loader
Methods in edu.uiuc.ncsa.sas.loader with parameters of type Table Modifier and Type Method Description T
SQLClientStoreProvider. newInstance(Table table)
-
Uses of Table in edu.uiuc.ncsa.sas.storage
Constructors in edu.uiuc.ncsa.sas.storage with parameters of type Table Constructor Description SASSQLStore(ConnectionPool connectionPool, Table table, javax.inject.Provider<V> identifiableProvider, MapConverter<V> converter)
-
Uses of Table in edu.uiuc.ncsa.security.storage.monitored
Subclasses of Table in edu.uiuc.ncsa.security.storage.monitored Modifier and Type Class Description class
MonitoredTable
Created by Jeff Gaynor
on 3/29/23 at 11:28 AMConstructors in edu.uiuc.ncsa.security.storage.monitored with parameters of type Table Constructor Description MonitoredSQLStore(ConnectionPool connectionPool, Table table, javax.inject.Provider<V> identifiableProvider, MapConverter<V> converter)
-
Uses of Table in edu.uiuc.ncsa.security.storage.sql
Methods in edu.uiuc.ncsa.security.storage.sql that return Table Modifier and Type Method Description Table
SQLStore. getTable()
Methods in edu.uiuc.ncsa.security.storage.sql with parameters of type Table Modifier and Type Method Description abstract T
SQLStoreProvider. newInstance(Table table)
Constructors in edu.uiuc.ncsa.security.storage.sql with parameters of type Table Constructor Description SQLStore(ConnectionPool connectionPool, Table table, javax.inject.Provider<V> identifiableProvider, MapConverter<V> converter)
TableInitializer(ConnectionPool connectionPool, Table table)
-