| Interface | Description |
|---|---|
| FormMeta.IExtendedDescriptionSource | |
| IRecordListener<R extends PersistentRecord> | |
| PersistenceInterface |
| Class | Description |
|---|---|
| BlobField | |
| BooleanField | |
| Category | |
| DateField | |
| DoubleField | |
| EncodedStringField |
Created by carl.gould on 8/27/2014.
|
| EncodedStringField.ConvertStringToEncodedSchemaFeature | |
| EnumField<T extends java.lang.Enum<T>> | |
| FormMeta |
This class encapsulates all of the additional information that we add to each persistent field so that we can
automatically create web UIs that deal with the fields.
|
| IdentityField |
The IdentityField is a convenient field type that provides a unique, automatically generated long value, and sets
itself as the primary key.
|
| IntField | |
| LocaleField | |
| LongField | |
| PersistenceSession | |
| PersistentRecord | |
| RecordListenerAdapter<R extends PersistentRecord> | |
| RecordMeta<T extends PersistentRecord> |
Simple renaming class of SRecordMeta to be consistent.
|
| ReferenceField<T extends SRecordInstance> |
This class allows all the rows of a given table to be listed in a dropdown on a Wicket page.
|
| StringField |
Represents a String-typed field in a PersistentRecord.
|