| Package | Description |
|---|---|
| com.sun.jdo.spi.persistence.support.sqlstore | |
| com.sun.jdo.spi.persistence.support.sqlstore.impl | |
| com.sun.jdo.spi.persistence.support.sqlstore.model |
| Modifier and Type | Class and Description |
|---|---|
class |
SQLStoreManager
This class connects to a persistent store.
|
| Modifier and Type | Method and Description |
|---|---|
PersistenceStore |
SQLStateManager.getStore() |
| Constructor and Description |
|---|
SQLStateManager(PersistenceStore store,
ClassDesc persistenceConfig)
Construct a new SQLStateManager so that it locks or does not lock as
per whether or not it is used in a managed environment.
|
| Modifier and Type | Method and Description |
|---|---|
protected PersistenceStore |
PersistenceManagerImpl.getStore() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PersistenceManagerImpl.setStore(PersistenceStore store) |
| Modifier and Type | Method and Description |
|---|---|
RetrieveDesc |
ClassDesc.getRetrieveDescForFKQuery(ForeignFieldDesc foreignField,
PersistenceStore store)
Returns a RetrieveDescriptor which represent a SQL query selecting pc
instances by the relationship key.
|
RetrieveDesc |
ClassDesc.getRetrieveDescForPKQuery(FieldDesc additionalField,
PersistenceStore store)
Returns a RetrieveDescriptor which represent a SQL query selecting a pc
instance by pk-fields.
|
RetrieveDesc |
ClassDesc.getRetrieveDescForVerificationQuery(PersistenceStore store)
Gets RetrieveDescriptor(rd) for verifying a VC instance.
|
SQLStateManager |
ClassDesc.newStateManagerInstance(PersistenceStore store)
Returns a new
SQLStateManager instance,
initialized with passed store manager and this instance of
the runtime class model. |
Copyright © 2017. All rights reserved.