Class EmbeddedPropertyDescriptor
java.lang.Object
io.jmix.aitools.dataload.introspection.model.AbstractEntityPropertyDescriptor
io.jmix.aitools.dataload.introspection.model.EmbeddedPropertyDescriptor
- All Implemented Interfaces:
EntityPropertyDescriptor
Descriptor of an embedded entity property.
-
Field Summary
Fields inherited from class io.jmix.aitools.dataload.introspection.model.AbstractEntityPropertyDescriptor
comment, identifier, javaType, localizedNames, mandatory, name, persistent, propertyType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringReturns the marker telling that this property is embedded.Methods inherited from class io.jmix.aitools.dataload.introspection.model.AbstractEntityPropertyDescriptor
getComment, getIdentifier, getJavaType, getLocalizedNames, getMandatory, getName, getPersistent, getPropertyType, toString
-
Constructor Details
-
EmbeddedPropertyDescriptor
-
-
Method Details
-
getEmbedded
Returns the marker telling that this property is embedded.- Returns:
- always
true
-
fieldsToString
- Overrides:
fieldsToStringin classAbstractEntityPropertyDescriptor
-