GeneralDomain model properties common for Query and Store.More info about query configuration.More info about store.
Query metadata could not be empty!
Key type could not be empty!
Key type could not contains reserved Java keyword!
Key type does not have package specified!
Key type is invalid Java identifier!
Value type could not be empty!
Value type should not be the Java built-in class!
Value type could not contains reserved Java keyword!
Value type does not have package specified!
Value type is invalid Java identifier!
Domain model for SQL queryDomain model properties for fields queries.More info
{{$ctrl.Models.fieldProperties.fieldPresentation($item, $ctrl.available)}}
Field name could not be empty!
Property with such name already exists!
Field full class name could not be empty!
Field full class name could not contains reserved Java keyword!
Field full class name does not have package specified!
Field full class name is invalid Java identifier!
Precision could not be empty!
Precision is less than allowable minimum: 1
Precision is more than allowable maximum: undefined
Precision step should be 1
Only numbers allowed
Scale is less than allowable minimum: 0
Scale is more than allowable maximum: {{$item.precision}}
Scale step should be 1
Only numbers allowed
{{ $item.field }} → {{ $item.alias }}
Field name could not be empty!
Such field already exists!
Field alias could not be empty!
{{ queryIndex.name }} [{{ queryIndex.indexType }}]
{{ field.name }} / {{ field.direction ? 'ASC' : 'DESC'}}
Index name could not be empty!
Such index already exists!
Index type could not be empty!
Inline size should be greater than 0
{{ indexField.name }} / {{ indexField.direction ? "ASC" : "DESC" }}
Such field already exists!
Sort direction could not be empty!
Index fields should be configured
Some indexes are incomplete
Some indexes use unknown fields
Each query index field name should be unique
Domain model for cache storeDomain model properties for binding database with cache via POJO cache store.More info
{{ $item.databaseFieldName }} / {{ $item.databaseFieldType }} / {{ $item.javaFieldName }} / {{ $item.javaFieldType }}
DB name could not be empty!
DB name should be unique
DB type could not be empty!
Java name could not be empty!
Java name should be unique
Java type could not be empty!
Each key field DB name and Java name should be unique
{{ $item.databaseFieldName }} / {{ $item.databaseFieldType }} / {{ $item.javaFieldName }} / {{ $item.javaFieldType }}
DB name could not be empty!
DB name should be unique
DB type could not be empty!
Java name could not be empty!
Java name should be unique
Java type could not be empty!
Each value field DB name and Java name should be unique