|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Container | |
|---|---|
| blackboard.persist | |
| Uses of Container in blackboard.persist |
|---|
| Classes in blackboard.persist that implement Container | |
|---|---|
class |
DatabaseContainer
The DatabaseContainer class implements the Container
interface for a database. |
class |
RemoteDbContainer
The RemoteDbContainer class implements the Container
interface for remote access of specific persistence operations. |
| Methods in blackboard.persist that return Container | |
|---|---|
Container |
Id.getContainer()
Returns the Container associated with this Id. |
Container |
BbPersistenceManager.getContainer()
Returns the Container associated with this persistence manager. |
| Methods in blackboard.persist with parameters of type Container | |
|---|---|
void |
Id.assertMatchesContainer(Container targetContainer)
Asserts that the Container value associated with this Id
matches the provided Container value. |
static BbPersistenceManager |
BbPersistenceManager.getInstance(Container targetContainer)
Returns an instance of BbPersistenceManager associated with the given target container. |
static BbPersistenceManager |
BbPersistenceManager.getInstance(Container targetContainer,
PersistenceContext context)
Returns an instance of BbPersistenceManager associated with the given target container and persistence
content. |
Id |
PersistenceContext.mapId(Id idInContainerA,
Container containerB)
Maps the given Id in the specified container space. |
boolean |
Id.matchesContainer(Container targetContainer)
Returns true if the given Container matches the Container
of this Id. |
void |
UnsetId.setContainer(Container container)
Override Id.setContainer(Container) to prevent the setting of the
container value within an UnsetId. |
void |
Id.setContainer(Container container)
Associates the given Container with this Id. |
| Constructors in blackboard.persist with parameters of type Container | |
|---|---|
Id(Container container,
DataType dataType)
Creates Id identifying it with the given container and data
type values. |
|
PkId(Container container,
DataType dataType,
int nPk1,
int nPk2)
Instantiate a new PkId with the given Container,
DataType, and primary key values as integers. |
|
PkId(Container container,
DataType dataType,
java.lang.String strPk)
Instantiate a new PkId with the given Container,
DataType, and primary key value as a single string. |
|
PkId(Container container,
DataType dataType,
java.lang.String strPk1,
java.lang.String strPk2)
Instantiate a new PkId with the given Container,
DataType, and primary key values as strings. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||