| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
autoVersioning
if true, use auto versioning. then you also need a field of type long with a version annotation
|
String |
collectionName |
Class<? extends NameProvider> |
nameProvider |
boolean |
polymorph
several different objects of same type stored in one collection
if set, className is stored in object
|
boolean |
translateCamelCase |
String |
typeId |
boolean |
useFQN
use Full Qualified Name as collection name
|
public abstract String collectionName
public abstract boolean autoVersioning
public abstract String typeId
public abstract boolean useFQN
public abstract boolean polymorph
public abstract Class<? extends NameProvider> nameProvider
Copyright © 2018. All rights reserved.