Class | Description |
---|---|
BaseEntityRef<I,E extends BaseEntity<I>> |
Represents a reference from one entity to another.
|
BaseEntityRefList<E extends BaseEntity<String>,L extends BaseEntityRefList<E,L>> |
Represents a list of IDs (strings) which represents subclasses of
BaseEntity . |
NestedList<N extends Nested> |
Represents a list of
Nested objects. |
SafeList<T> |
Describes a list of objects which can be stored in an entity as property value.
|
SafeMap<K,V> |
Describes a map of objects which can be stored in an entity as property value.
|
StringIntMap |
Provides a map of String to int as property value.
|
StringList |
Provides a simple list of strings as property value.
|
StringListMap |
Provides a map of string to list of strings as property value.
|
StringLocalDateTimeMap |
Represents map of String pointing to LocalDateTime values.
|
StringMap |
Provides a simple string-string map as property value.
|
StringNestedMap<N extends Nested> |
Represents map of String pointing to
Nested values. |
Enum | Description |
---|---|
BaseEntityRef.OnDelete |
Declares cascade actions which determine what happens if a referenced entity is deleted.
|
Copyright © 2018. All rights reserved.