≡And ≡AnObject ≡AnObjectMap ≡ArrayList ≡Arrays ≡ASubObject ≡Boolean ≡Call ≡CallContent ≡CallImpl ≡Class ≡Condition ≡Config ≡ConfigAsFlatListCall ≡ConfigBean ≡ConfigCall ≡ConfigDirectoryReadCommand ≡ConfigKeysCall ≡ConfigLinkCall ≡ConfigOpenApiCall ≡ConfigReadCommand ≡ConfigReadWriteCommand ≡ConfigsCommand ≡ConfigTypesCall ≡ConfigWriteCommand ≡CosinusValueCall ≡CsvSimpleReadCall ≡CsvSimpleWriteCall ≡Date ≡DbConfig ≡DbModelBean ≡DbModelCall ≡DbModelConfig ≡DbModelDeleteCall ≡DbModelInterface ≡DbModelReadCall ≡DbModelWriteCall ≡DbSqlBean ≡DbSqlCall ≡DbSqlConfig ≡DbSqlExecuteCall ≡DbSqlInterface ≡DbSqlReadCall ≡DirectoryConfig ≡DirectoryListReadCall ≡DirectoryMapReadCall ≡DirectoryReadCall ≡DirectoryWriteCall ≡Double ≡Eq ≡ExecutorCall ≡Expose ≡FieldBean ≡FieldBeanProperties ≡FieldConfig ≡FieldConfigMap ≡FieldConfigObject ≡FieldConfigProperties ≡FieldInterface ≡FieldPropertiesInterface ≡FileBean ≡FileBeanProperties ≡FileCall ≡FileConfig ≡FileConfigProperties ≡FileInterface ≡FilePropertiesInterface ≡FileReadCall ≡FileReadWriteCall ≡FileWriteCall ≡Float ≡GithubLinkCall ≡HashMap ≡HostBean ≡HostBeanProperties ≡HostCall ≡HostConfig ≡HostConfigProperties ≡HostInterface ≡HostPropertiesInterface ≡Integer ≡JSONSerializationType ≡JsonWriteCall ≡KeepCalls ≡Like ≡LinkedHashMap ≡List ≡ListParamsBean ≡ListParamsBeanInterface ≡LogLevel ≡Long ≡Map ≡ModelBean ≡ModelBeanProperties ≡ModelConfig ≡ModelConfigList ≡ModelConfigMap ≡ModelConfigObject ≡ModelConfigProperties ≡ModelConfigScalar ≡ModelInterface ≡ModelPropertiesInterface ≡Models ≡Object ≡Or ≡Path ≡PathPattern ≡PermissionBean ≡PermissionConfig ≡PermissionInterface ≡PermissionsForBean ≡PermissionsForConfig ≡Scope ≡ShapeTypes ≡Short ≡SimpleCommand ≡SinusValueCall ≡SortOrder ≡SquareValueCall ≡String ≡StringBuffer ≡StringBuilder ≡StringLowerCall ≡StringLowerFirstCharCall ≡StringPluralCall ≡StringReplaceCall ≡StringReplaceWhiteSpaceCall ≡StringReplaceWithHtmlCall ≡StringUpperCall ≡StringUpperFirstCharCall ≡TemplateCall ≡TemplateDirResourceCall ≡TemplateResourceCall ≡TemplateResourceStoreCall ≡TheGreetingCall ≡TreeMap ≡UnmodifiableCollection ≡UnmodifiableList ≡UnmodifiableMap ≡ValueCall ≡XlsxReadCall ≡ModelConfig - ModelBeanProperties A bean container class for Model values Github ModelConfig.json ModelBeanProperties ≡ModelBeanPropertiesTest.java Interface ≡ModelPropertiesInterface Fields ≡abstract ≡create ≡dbAnnotated ≡defaultImplementation ≡final ≡idKey ≡naturalKeys ≡table Configuration { "author": "Werner Diwischek", "configModelKey": "ModelConfigObject", "description": "A bean container class for Model values", "expose": "WEB", "fields": { "abstract": { "configModelKey": "FieldConfigObject", "description": "If true the generated model will be initially set as abstract class.", "expose": "NONE", "fieldKey": "abstract", "modelKeys": "Boolean", "module": "elastic-objects", "moduleScope": "main", "naturalId": "abstract", "properties": { "default": false, "final": false, "generated": false, "jsonIgnore": false, "max": -1, "min": -1, "notNull": false, "override": false, "property": false, "staticName": false, "super": true, "transient": false, "unique": false } }, "create": { "configModelKey": "FieldConfigObject", "description": "If the model could be . ", "expose": "NONE", "fieldKey": "create", "modelKeys": "Boolean", "module": "elastic-objects", "moduleScope": "main", "naturalId": "create", "properties": { "default": false, "final": false, "generated": false, "jsonIgnore": false, "max": -1, "min": -1, "notNull": false, "override": false, "property": false, "staticName": false, "super": true, "transient": false, "unique": false } }, "dbAnnotated": { "configModelKey": "FieldConfigObject", "description": "If true a db annotation will be generated for java instance vars. ", "expose": "NONE", "fieldKey": "dbAnnotated", "modelKeys": "Boolean", "module": "elastic-objects", "moduleScope": "main", "naturalId": "dbAnnotated", "properties": { "default": false, "final": false, "generated": false, "jsonIgnore": false, "max": -1, "min": -1, "notNull": false, "override": false, "property": false, "staticName": false, "super": true, "transient": false, "unique": false } }, "defaultImplementation": { "configModelKey": "FieldConfigObject", "description": "Set when an default implementation is defined within an interface.", "expose": "WEB", "fieldKey": "defaultImplementation", "modelKeys": "String", "module": "elastic-objects", "moduleScope": "main", "naturalId": "defaultImplementation", "properties": { "default": false, "final": false, "generated": false, "jsonIgnore": false, "max": 80, "min": -1, "notNull": false, "override": false, "property": false, "staticName": false, "super": true, "transient": false, "unique": false } }, "final": { "configModelKey": "FieldConfigObject", "description": "If true only a setter for the private variable is generated. When setting a value in an EO context an exception is thrown. ", "expose": "NONE", "fieldKey": "final", "modelKeys": "Boolean", "module": "elastic-objects", "moduleScope": "main", "naturalId": "final", "properties": { "default": false, "final": false, "generated": false, "jsonIgnore": false, "max": -1, "min": -1, "notNull": false, "override": false, "property": false, "staticName": false, "super": true, "transient": false, "unique": false } }, "idKey": { "configModelKey": "FieldConfigObject", "description": "Set the name for an id independent of the id.", "expose": "WEB", "fieldKey": "idKey", "modelKeys": "String", "module": "elastic-objects", "moduleScope": "main", "naturalId": "idKey", "properties": { "default": false, "final": false, "generated": false, "jsonIgnore": false, "max": 80, "min": -1, "notNull": false, "override": false, "property": false, "staticName": false, "super": true, "transient": false, "unique": false } }, "naturalKeys": { "configModelKey": "FieldConfigObject", "description": "A comma separated list of fields used for natural id.", "expose": "WEB", "fieldKey": "naturalKeys", "modelKeys": "String", "module": "elastic-objects", "moduleScope": "main", "naturalId": "naturalKeys", "properties": { "default": false, "final": false, "generated": false, "jsonIgnore": false, "max": 240, "min": -1, "notNull": false, "override": false, "property": false, "staticName": false, "super": true, "transient": false, "unique": false } }, "table": { "configModelKey": "FieldConfigObject", "description": "A persistence name.", "expose": "WEB", "fieldKey": "table", "modelKeys": "String", "module": "elastic-objects", "moduleScope": "main", "naturalId": "table", "properties": { "default": false, "final": false, "generated": false, "jsonIgnore": false, "max": 240, "min": -1, "notNull": false, "override": false, "property": false, "staticName": false, "super": true, "transient": false, "unique": false } } }, "interfaces": "ModelPropertiesInterface", "modelKey": "ModelBeanProperties", "module": "elastic-objects", "moduleScope": "main", "naturalId": "ModelBeanProperties", "packagePath": "org.fluentcodes.projects.elasticobjects.models", "properties": { "abstract": false, "create": true, "dbAnnotated": false, "final": false } } This Page Elements Page-Template: ConfigsPage.html Header: Header.html Footer: Footer.html Postversion of this page: { "asTemplate":true, "configFilter": ".*", "configType": "ModelConfig", "configSelected": "ModelBeanProperties", "selectedItem": "ModelConfigModelBeanProperties", "(TemplateResourceCall)call": { "fileConfigKey":"ConfigsPage.html" } }