| Package | Description |
|---|---|
| com.sun.jdo.spi.persistence.support.sqlstore.model | |
| com.sun.jdo.spi.persistence.support.sqlstore.sql |
| Modifier and Type | Class and Description |
|---|---|
class |
ForeignFieldDesc |
class |
LocalFieldDesc |
| Modifier and Type | Method and Description |
|---|---|
FieldDesc |
ClassDesc.getField(int index) |
FieldDesc |
ClassDesc.getField(String name) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FieldDesc.addTrackedField(FieldDesc f) |
RetrieveDesc |
ClassDesc.getRetrieveDescForPKQuery(FieldDesc additionalField,
PersistenceStore store)
Returns a RetrieveDescriptor which represent a SQL query selecting a pc
instance by pk-fields.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
UpdateObjectDescImpl.getAfterValue(FieldDesc f) |
Object |
UpdateObjectDescImpl.getBeforeValue(FieldDesc f) |
Collection |
UpdateObjectDescImpl.getUpdateJoinTableDescs(FieldDesc fieldDesc) |
void |
UpdateObjectDescImpl.markRelationshipChange(FieldDesc fieldDesc)
Marks the relationship change property for this instance, if the
updated field is a relationship field or a hidden field tracing a
foreign key column in the database.
|
Copyright © 2019. All rights reserved.