Uses of Class
com.ocs.dynamo.domain.model.impl.AttributeModelImpl
-
Packages that use AttributeModelImpl Package Description com.ocs.dynamo.domain.model.impl -
-
Uses of AttributeModelImpl in com.ocs.dynamo.domain.model.impl
Methods in com.ocs.dynamo.domain.model.impl with parameters of type AttributeModelImpl Modifier and Type Method Description protected AttributeTypeEntityModelFactoryImpl. determineAttributeType(Class<?> parentClass, AttributeModelImpl model)Determines the attribute type of an attributeprotected voidEntityModelFactoryImpl. setAnnotationOverrides(Class<?> parentClass, AttributeModelImpl model, PropertyDescriptor descriptor, boolean nested)Overwrite the default values with annotation valuesprotected voidEntityModelFactoryImpl. setDefaultValue(AttributeModelImpl model, String defaultValue)Sets the default value on the attribute model (translates a String to the appropriate type)protected voidEntityModelFactoryImpl. setNestedEntityModel(AttributeModelImpl model)Calculates the entity model for a nested property, recursively up until a certain depth
-