Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SPT
Object Database API
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
_
A
AbstractDatabase
<
P
extends
PrevalentObject
> - Interface in
com.sptci.prevayler
A base interface that defines the public interface exposed by the database system.
AbstractQuery
<
T
,
S
extends
PrevalentSystem
> - Class in
com.sptci.prevayler.query
A base class for all simple queries against the prevalent system.
AbstractQuery()
- Constructor for class com.sptci.prevayler.query.
AbstractQuery
actionMap
- Variable in class com.sptci.prevayler.
RelationStorage.DeleteRule
The map used to maintain the field-name to delete rule mapping.
add(String, Object, PrevalentObject)
- Method in class com.sptci.prevayler.
IndexStorage
Add a new index for the specified field to the store.
add(String[], Collection, PrevalentObject)
- Method in class com.sptci.prevayler.
IndexStorage
Add a new index for the specified fields to the store.
add(Object, PrevalentObject)
- Method in class com.sptci.prevayler.
IndexStorage.FieldStorage
Add the specified index and corresponding prevalent object to the store.
add(PrevalentObject, Date)
- Method in class com.sptci.prevayler.
PrevalentSystem
Add a new prevalent object to the prevalent system.
add(PrevalentObject)
- Method in class com.sptci.prevayler.
PrimaryStorage
Add the specified prevalent object to the primary storage.
add(PrevalentObject, String, Object)
- Method in class com.sptci.prevayler.
ReferenceStorage
Add the specified reference information for the prevalent object to the store.
add(String, Object)
- Method in class com.sptci.prevayler.
ReferenceStorage.FieldStorage
Add the specified mapping to the store.
add(PrevalentObject, String, ForeignKey.DeleteAction)
- Method in class com.sptci.prevayler.
RelationStorage
A a new relationship to the store for the specified prevalent object.
add(String, ForeignKey.DeleteAction)
- Method in class com.sptci.prevayler.
RelationStorage.DeleteRule
Add a mapping for the specified field name with the associated deleted rule.
addReference(PrevalentObject, ForeignKey, String)
- Method in class com.sptci.prevayler.
ConstraintSystem
Maintain the reference relationships between the specified prevalent object and any other prevalent object the object references.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SPT
Object Database API
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
_