name |
parent |
description |
md4j:is-file |
id, property, many-to-one |
Treat the property as a File (e.g. a FormFile in Struts 1.x) in the web tier but
dont do anything with it (i.e. do not persist it). See also the class-level meta:
md4j:code-prebusiness |
md4j:render-as-image |
id, property, many-to-one |
Treat the property as a File (e.g. a FormFile in Struts 1.x) in the web tier but
dont do anything with it (i.e. do not persist it) except that also render it as
one in Views. |
md4j:use-value-as-key |
id, property, many-to-one |
Use the value of this property as an i18n (property) bundle key in generated
views. |
md4j:form-label-key |
id, property, many-to-one |
Used to generate references to i18n (property) bundle files for property labels
in views. Use this or md4j:form-label. |
md4j:form-label |
id, property, many-to-one |
Used to generate hardcoded labels entity property labels in views. Use this or
md4j:form-label-key. |
md4j:collection-reverse-property |
collections (set, map, list bag etc) |
Used to link to child collections. The reverse property is essentially the
property of the child object that points to the parent. |
md4j:generate-finder |
id, property, many-to-one |
Will generate DAO and EJB finder methods for this property. The return type will
be a Page or a single instance depending on whether the value is defined as unique
or not. |
md4j:onsearch-ignore-for-form |
id, property, many-to-one |
Will prevent this property from being used in search forms |
md4j:onsearch-ignore-for-projections |
id, property, many-to-one |
Will prevent retreival and rendering of this property in search results |