Annotation Interface JmixEntity
Indicates that the annotated class is an entity and must be represented in the metadata.
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
By default, all properties of the class are included in metadata.Name of the class in the metadata.
-
Element Details
-
name
String nameName of the class in the metadata.- Default:
- ""
-
annotatedPropertiesOnly
boolean annotatedPropertiesOnlyBy default, all properties of the class are included in metadata. Set this attribute to true in order to include only properties explicitly annotated withJmixProperty
.- Default:
- false
-