Package org.apache.openjpa.persistence
Annotation Type ReadOnly
- 
 @Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface ReadOnlyMarks a field read-only.- Since:
- 0.4.0
- Author:
- Abe White
 
- 
- 
Optional Element SummaryOptional Elements Modifier and Type Optional Element Description UpdateActionvalue
 
- 
- 
- 
Element Detail- 
valueUpdateAction value - Default:
- org.apache.openjpa.persistence.UpdateAction.RESTRICT
 
 
- 
 
-