Package de.caluga.morphium.annotations
Annotation Interface Embedded
User: Stephan Bösebeck
Date: 28.05.12
Time: 16:43
Mark an object to be used only embedded in an other object. THIS MUST NOT BE USED TOGETHER WITH @Entity!!!!
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanseveral different objects of same type stored in field if set, className is stored in objectboolean
-
Element Details
-
translateCamelCase
boolean translateCamelCase- Default:
- true
-
typeId
String typeId- Default:
- "."
-
polymorph
boolean polymorphseveral different objects of same type stored in field if set, className is stored in object- Returns:
- polymorph usage
- Default:
- false
-