jpersist.annotations |
This package contains annotations that are commonly used with jPersist.
|
Java Source File Name | Type | Comment |
ConcreteTableInheritance.java | Annotation | Using this annotation anywhere in the inheritance chain will cause jPersist
to use a single table for the inheritance chain. |
GlobalDelete.java | Annotation | This annotation can be used if a class instance is to be used for a global delete
(i.e. |
GlobalUpdate.java | Annotation | This annotation can be used if a class instance is to be used for a global update
(i.e. |
SingleTableInheritance.java | Annotation | Using this annotation anywhere in the inheritance chain will cause jPersist
to use a single table for the inheritance chain. |
UpdateNullValues.java | Annotation | Classes that are tagged with this annotation, will include all table matched
values, regardless of whether they are null or non-null, in the generated SQL
update statements. |