| Interface | Description |
|---|---|
| FieldOneToMany.Visitor<T> | |
| FieldSearchIndex.IResultRank | |
| FieldSearchIndex.Visitor<T> | |
| IDestructableField | |
| IField | |
| IRefCountedField |
| Class | Description |
|---|---|
| Field<T> |
Used to represent a single field of an object stored in the database.
|
| FieldByte |
Declares a Nd field of type byte.
|
| FieldChar |
Declares a Nd field of type char.
|
| FieldDouble |
Declares a Nd field of type double.
|
| FieldFloat |
Declares a Nd field of type float.
|
| FieldInt |
Declares a Nd field of type int.
|
| FieldLong |
Declares a Nd field of type long.
|
| FieldManyToOne<T extends NdNode> |
Holds the n side of a n..1 relationship.
|
| FieldOneToMany<T extends NdNode> |
Holds the 1 side of a 1..n relationship between two objects.
|
| FieldOneToOne<T extends NdNode> |
Represents a 1-to-0..1 relationship in a Nd database.
|
| FieldPointer | |
| FieldSearchIndex<T extends NdNode> |
Declares a field representing a case-insensitive search tree over elements which are a subtype of NdNode.
|
| FieldSearchIndex.SearchCriteria | |
| FieldSearchKey<T> |
Represents a search key into a global search index.
|
| FieldShort |
Declares a Nd field of type short.
|
| FieldString |
Declares a Nd field of type string.
|
| StructDef<T> |
Defines a data structure that will appear in the database.
|
| Enum | Description |
|---|---|
| StructDef.DeletionSemantics |