Annotationsschnittstelle Entity
User: Stpehan Bösebeck
Date: 26.03.12
Time: 11:14
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifikator und TypKlasseBeschreibungstatic enumstatic enumstatic enum -
Optionale Elemente - Übersicht
Optionale ElementeModifikator und TypOptionales ElementBeschreibungClass<? extends NameProvider> booleanseveral different objects of same type stored in one collection if set, className is stored in objectbooleanbooleanuse Full Qualified Name as collection name
-
Elementdetails
-
collectionName
String collectionName- Standard:
"."
-
schemaDef
String schemaDef- Standard:
""
-
comment
String comment- Standard:
""
-
validationLevel
Entity.ValidationLevel validationLevel- Standard:
off
-
validationAction
Entity.ValidationAction validationAction- Standard:
warn
-
translateCamelCase
boolean translateCamelCase- Standard:
true
-
typeId
String typeId- Standard:
"."
-
useFQN
boolean useFQNuse Full Qualified Name as collection name- Gibt zurück:
- Standard:
false
-
polymorph
boolean polymorphseveral different objects of same type stored in one collection if set, className is stored in object- Standard:
false
-
readConcernLevel
Entity.ReadConcernLevel readConcernLevel- Standard:
majority
-
nameProvider
Class<? extends NameProvider> nameProvider- Standard:
de.caluga.morphium.DefaultNameProvider.class
-