≡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 - DbSqlConfig Configuration for sql statements. Github ModelConfig.json DbSqlConfig ≡DbSqlConfigTest.java Super Class ≡PermissionConfig Interface ≡DbSqlInterface Fields ≡author ≡classPath ≡configModelKey ≡creationDate ≡dbConfigKey ≡description ≡expose ≡id ≡modelKey ≡module ≡moduleScope ≡naturalId ≡permissions ≡scope ≡sqlList Configuration { "author": "Werner Diwischek", "configModelKey": "ModelConfigObject", "description": "Configuration for sql statements. ", "expose": "NONE", "fields": { "author": { "configModelKey": "FieldConfigObject", "description": "The author of the class.", "expose": "WEB", "fieldKey": "author", "modelKeys": "String", "module": "elastic-objects", "moduleScope": "main", "naturalId": "author", "properties": { "default": false, "final": true, "generated": false, "jsonIgnore": false, "max": 256, "min": -1, "notNull": false, "override": false, "property": false, "staticName": false, "super": true, "transient": false, "unique": false } }, "classPath": { "configModelKey": "FieldConfigObject", "description": "The classpath", "expose": "WEB", "fieldKey": "classPath", "modelKeys": "String", "module": "eo-calls", "moduleScope": "main", "naturalId": "classPath", "properties": { "default": false, "final": true, "generated": false, "jsonIgnore": false, "max": 128, "min": -1, "notNull": false, "override": false, "property": false, "staticName": false, "super": true, "transient": false, "unique": false } }, "configModelKey": { "configModelKey": "FieldConfigObject", "description": "The model of the configuration to determine type.", "expose": "NONE", "fieldKey": "configModelKey", "modelKeys": "String", "module": "elastic-objects", "moduleScope": "main", "naturalId": "configModelKey", "properties": { "default": false, "final": true, "generated": false, "jsonIgnore": false, "max": 80, "min": -1, "notNull": false, "override": false, "property": false, "staticName": false, "super": true, "transient": false, "unique": false } }, "creationDate": { "configModelKey": "FieldConfigObject", "description": "Used to define the creation of an item.", "expose": "WEB", "fieldKey": "creationDate", "modelKeys": "Date", "module": "elastic-objects", "moduleScope": "main", "naturalId": "creationDate", "properties": { "default": false, "final": true, "generated": false, "jsonIgnore": false, "max": -1, "min": -1, "notNull": false, "override": false, "property": false, "staticName": false, "super": true, "transient": false, "unique": false } }, "dbConfigKey": { "configModelKey": "FieldConfigObject", "description": "The key finding a cache @DbConfig entry.", "expose": "NONE", "fieldKey": "dbConfigKey", "modelKeys": "String", "module": "eo-db", "moduleScope": "main", "naturalId": "dbConfigKey", "properties": { "default": false, "final": true, "generated": false, "jsonIgnore": false, "max": 80, "min": -1, "notNull": true, "override": false, "property": false, "staticName": false, "super": true, "transient": false, "unique": false } }, "description": { "configModelKey": "FieldConfigObject", "description": "A description of the model used by every model extending BaseClassImpl. ", "expose": "WEB", "fieldKey": "description", "modelKeys": "String", "module": "elastic-objects", "moduleScope": "main", "naturalId": "description", "properties": { "default": false, "final": true, "generated": false, "jsonIgnore": false, "max": 512, "min": -1, "notNull": false, "override": false, "property": false, "staticName": false, "super": true, "transient": false, "unique": false } }, "expose": { "configModelKey": "FieldConfigObject", "description": "expose", "expose": "WEB", "fieldKey": "expose", "modelKeys": "Expose", "module": "elastic-objects", "moduleScope": "main", "naturalId": "expose", "properties": { "default": false, "final": true, "generated": false, "jsonIgnore": false, "max": -1, "min": -1, "notNull": false, "override": false, "property": false, "staticName": false, "super": true, "transient": false, "unique": false } }, "id": { "configModelKey": "FieldConfigObject", "description": "The numeric id of an instance of a class.", "expose": "WEB", "fieldKey": "id", "modelKeys": "Long", "module": "elastic-objects", "moduleScope": "main", "naturalId": "id", "properties": { "default": false, "final": true, "generated": false, "jsonIgnore": false, "max": -1, "min": -1, "notNull": true, "override": false, "property": false, "staticName": false, "super": true, "transient": false, "unique": true } }, "modelKey": { "configModelKey": "FieldConfigObject", "description": "The model name for the bean/action object @ModelConfig.", "expose": "NONE", "fieldKey": "modelKey", "modelKeys": "String", "module": "elastic-objects", "moduleScope": "main", "naturalId": "modelKey", "properties": { "default": false, "final": true, "generated": false, "jsonIgnore": false, "max": 80, "min": -1, "notNull": false, "override": false, "property": false, "staticName": false, "super": true, "transient": false, "unique": false } }, "module": { "configModelKey": "FieldConfigObject", "description": "Defines a target module where generating occurs. ", "expose": "WEB", "fieldKey": "module", "modelKeys": "String", "module": "elastic-objects", "moduleScope": "main", "naturalId": "module", "properties": { "default": false, "final": true, "generated": false, "jsonIgnore": false, "max": 80, "min": -1, "notNull": false, "override": false, "property": false, "staticName": false, "super": true, "transient": false, "unique": false } }, "moduleScope": { "configModelKey": "FieldConfigObject", "description": "Defines scope of the configuration within module, eg 'test' or 'main' .", "expose": "WEB", "fieldKey": "moduleScope", "modelKeys": "String", "module": "elastic-objects", "moduleScope": "main", "naturalId": "moduleScope", "properties": { "default": false, "final": true, "generated": false, "jsonIgnore": false, "max": 32, "min": -1, "notNull": false, "override": false, "property": false, "staticName": false, "super": true, "transient": false, "unique": false } }, "naturalId": { "configModelKey": "FieldConfigObject", "description": "The natural key in @Base", "expose": "NONE", "fieldKey": "naturalId", "modelKeys": "String", "module": "elastic-objects", "moduleScope": "main", "naturalId": "naturalId", "properties": { "default": false, "final": true, "generated": false, "jsonIgnore": false, "max": 80, "min": -1, "notNull": true, "override": false, "property": false, "staticName": false, "super": true, "transient": false, "unique": true } }, "permissions": { "configModelKey": "FieldConfigObject", "description": "Role permission wrapper config.", "expose": "WEB", "fieldKey": "permissions", "modelKeys": "PermissionsForConfig", "module": "eo-calls", "moduleScope": "main", "naturalId": "PermissionConfig.permissions", "properties": { "default": false, "final": true, "generated": false, "jsonIgnore": false, "max": -1, "min": -1, "notNull": false, "override": false, "property": false, "staticName": false, "super": true, "transient": false, "unique": false } }, "scope": { "configModelKey": "FieldConfigObject", "description": "A scope for the cache value.", "expose": "WEB", "fieldKey": "scope", "modelKeys": "List,Scope", "module": "elastic-objects", "moduleScope": "main", "naturalId": "scope", "properties": { "default": false, "final": true, "generated": false, "jsonIgnore": false, "max": -1, "min": -1, "notNull": false, "override": false, "property": false, "staticName": false, "super": true, "transient": false, "unique": false } }, "sqlList": { "configModelKey": "FieldConfigObject", "description": "A list of sql strings to be executed in @DbSqlConfig", "expose": "NONE", "fieldKey": "sqlList", "modelKeys": "List,String", "module": "eo-db", "moduleScope": "main", "naturalId": "sqlList", "properties": { "default": false, "final": true, "generated": false, "jsonIgnore": false, "max": -1, "min": -1, "notNull": false, "override": true, "property": false, "staticName": false, "super": true, "transient": false, "unique": false } } }, "interfaces": "DbSqlInterface", "modelKey": "DbSqlConfig", "module": "eo-db", "moduleScope": "main", "naturalId": "DbSqlConfig", "packagePath": "org.fluentcodes.projects.elasticobjects.calls.db", "properties": { "create": false, "dbAnnotated": false, "final": true }, "superKey": "PermissionConfig" } This Page Elements Page-Template: ConfigsPage.html Header: Header.html Footer: Footer.html Postversion of this page: { "asTemplate":true, "configFilter": ".*", "configType": "ModelConfig", "configSelected": "DbSqlConfig", "selectedItem": "ModelConfigDbSqlConfig", "(TemplateResourceCall)call": { "fileConfigKey":"ConfigsPage.html" } }