| org.apache.openjpa.persistence.nullity |
|
| Java Source File Name | Type | Comment |
| AbstractNullityTestCase.java | Class | |
| BlobValue.java | Class | Simple serializable entity for testing null constraint on field values. |
| NullValues.java | Class | Persistent entity used to test behavior of null constraint on basic fields. |
| TestBasicFieldNullity.java | Class | Test @Basic(optional=true|false) and @Column(nullable=true|false)
specification is honored. |
| TestReadOnlyNullity.java | Class | Testcase that verifies that null checking is omitted for "read only" fields.
An example use case is a Date field that is set by the database (although in
that case the field would be updateable=false and insertable=false). |
| TimestampedEntity.java | Class | This Entity contains two date fields which are updated by the database. |