|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
Provide annotations that can be used with a DynaForm.
Some of these annotations are for applying to the persistent entity itself, if the persistence implementation being used does not provide an equivalent property. For example, Hibernate provides an annotation for specifying the maximum length of a text field; if your persistent classes already use hibernate annotations directly then use the native size annotation from hibernate and the hibernate-specific Extractor implementation will map this value to the dynaform MetaData. However JPA does not provide any standard annotation for this, so the Orchestra annotation can be used (and handled by the JPA Extractor implementation).
These annotations are entirely optional; DynaForm can also be configured via the JSF component properties.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||