| Annotation Type | Description |
|---|---|
| JCompositeIndex |
Java annotation defining a composite index on a
JSimpleClass-annotated class. |
| JField |
Java annotation for defining simple fields, including reference fields that refer to other Java model object types.
|
| JFieldType | |
| JListField |
Java annotation for the getter methods of Java bean properties reflecting
List fields. |
| JMapField | |
| JSetField | |
| JSimpleClass |
Java annotation for Java classes that are
JSimpleDB object model types. |
| JTransient |
Eliminates the annotated method from consideration for JSimpleDB field auto-generation.
|
| OnChange |
Annotation for methods that are to be invoked whenever a target field in some target object changes during a transaction,
where the target object containing the changed field is found at the end of a path of references
starting from the object to be notified.
|
| OnCreate |
Annotates JSimpleDB model class methods that are to be invoked whenever a database object is newly created.
|
| OnDelete |
Annotates JSimpleDB model class methods that are to be invoked whenever an object is about to be deleted.
|
| OnValidate |
Annotates a JSimpleDB model class method that should be invoked any time the associated model object is validated.
|
| OnVersionChange |
Annotation for methods that are to be invoked whenever an object's schema version has just changed.
|
Copyright © 2017. All rights reserved.