Uses of Package
uk.ac.manchester.spinnaker.alloc.db
Package | Description |
---|---|
uk.ac.manchester.spinnaker.alloc.admin |
Administrative interfaces for spalloc server.
|
uk.ac.manchester.spinnaker.alloc.allocator |
The core allocation system.
|
uk.ac.manchester.spinnaker.alloc.bmp |
The BMP control subsystem.
|
uk.ac.manchester.spinnaker.alloc.db |
Database support for Spalloc server.
|
uk.ac.manchester.spinnaker.alloc.model |
Miscellaneous model classes for spalloc.
|
uk.ac.manchester.spinnaker.alloc.security |
Application security services for new Spalloc.
|
-
Classes in uk.ac.manchester.spinnaker.alloc.db used by uk.ac.manchester.spinnaker.alloc.admin Class Description DatabaseAwareBean A support class to make accessing the database a bit simpler.SQLQueries The literal SQL queries used in this package. -
Classes in uk.ac.manchester.spinnaker.alloc.db used by uk.ac.manchester.spinnaker.alloc.allocator Class Description DatabaseAwareBean A support class to make accessing the database a bit simpler.SQLQueries The literal SQL queries used in this package. -
Classes in uk.ac.manchester.spinnaker.alloc.db used by uk.ac.manchester.spinnaker.alloc.bmp Class Description DatabaseAwareBean A support class to make accessing the database a bit simpler.SQLQueries The literal SQL queries used in this package. -
Classes in uk.ac.manchester.spinnaker.alloc.db used by uk.ac.manchester.spinnaker.alloc.db Class Description DatabaseAPI The primary interface to the database.DatabaseAPI.Connected Some code that may be run within a transaction and which will be given a new connection for the duration.DatabaseAPI.ConnectedWithResult Some code that may be run within a transaction that returns a result and which will be given a new connection for the duration.DatabaseAPI.Connection Connections made by the database engine bean.DatabaseAPI.Query Wrapping a prepared query to be more suitable for Java 8 onwards.DatabaseAPI.RowMapper Maps database Row to an object.DatabaseAPI.StatementCommon Common shared API betweenDatabaseAPI.Query
andDatabaseAPI.Update
.DatabaseAPI.Transacted Some code that may be run within a transaction.DatabaseAPI.TransactedWithResult Some code that may be run within a transaction that returns a result.DatabaseAPI.Update Wrapping a prepared update to be more suitable for Java 8 onwards.Row A restricted form of result set.SQL Some sort of SQL that can be executed as part of a query or an update.SQLQueries The literal SQL queries used in this package. -
Classes in uk.ac.manchester.spinnaker.alloc.db used by uk.ac.manchester.spinnaker.alloc.model Class Description Row A restricted form of result set. -
Classes in uk.ac.manchester.spinnaker.alloc.db used by uk.ac.manchester.spinnaker.alloc.security Class Description DatabaseAwareBean A support class to make accessing the database a bit simpler.SQLQueries The literal SQL queries used in this package.