| Interface | Description |
|---|---|
| BooleanProperty<E> | |
| ByteProperty<E> | |
| DoubleProperty<E> | |
| EntityStateEventListenable<T> |
Listenable for indvidual states of an entity.
|
| FloatProperty<E> | |
| Gettable<E> | |
| Initializer<E,V> | |
| IntProperty<E> | |
| LongProperty<E> | |
| PostDeleteListener<T> | |
| PostInsertListener<T> | |
| PostLoadListener<T> | |
| PostUpdateListener<T> | |
| PreDeleteListener<T> | |
| PreInsertListener<T> | |
| PreUpdateListener<T> | |
| Property<E,V> | |
| PropertyLoader<E> | |
| QueryInitializer<E,V> | |
| Settable<E> | |
| ShortProperty<E> |
| Class | Description |
|---|---|
| CollectionChanges<T,E> | |
| CollectionInitializer<E,V> | |
| CompositeKey<T> |
Represents a composite key of multiple values.
|
| EntityBuilderProxy<B,E> |
Proxies a builder class that has attributes that can be set yielding a final constructed entity
using
EntityBuilderProxy.build(). |
| EntityProxy<E> |
Proxy object for a data entity containing various properties that can be read or written and the
Attribute meta data associated with them. |
| EntityStateEventListeners<T> | |
| ResultInitializer<E,V> |
| Enum | Description |
|---|---|
| PropertyState |