public class DataRecord extends ActiveRecord
| Constructor and Description |
|---|
DataRecord() |
| Modifier and Type | Method and Description |
|---|---|
Record |
createNew() |
Set<String> |
declaredFields() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
identifier() |
Set<String> |
joins() |
<ID> ID |
key() |
<ID> void |
key(ID key) |
ConcurrentMap<String,Class<?>> |
types() |
add, add, attach, createCopy, createSubset, data, fields, fromJson, get, get, get, getLogger, isEmpty, isPersist, isValue, remove, remove, set, set, size, toJsonpublic Record createNew()
public Set<String> joins()
joins in class ActiveRecordpublic ConcurrentMap<String,Class<?>> types()
types in class ActiveRecordpublic <ID> ID key()
public String identifier()
public <ID> void key(ID key)
Copyright © 2021. All rights reserved.