|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Persistable
Annotations for declaring persistable Classes and a marker interface.
A Class which should be persisted in DB using the persistenceHelper must implement the persistable interface and declare its columns with the annotations
| Nested Class Summary | |
|---|---|
static interface |
Persistable.Column
Annotation for binding a field to a column. |
static interface |
Persistable.Entity
Annotation for declaring an entity. |
static interface |
Persistable.Id
Annotation for declaring an id field. |
static interface |
Persistable.Table
Annotation for binding a class to a table. |
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
JavaDoc