JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
org.datanucleus.api.jdo.annotations
Annotation Type ReadOnly
@Target
({
FIELD
,
METHOD
,
TYPE
})
@Retention
(
RUNTIME
)
public @interface
ReadOnly
Extension annotation allowing for specifying a field as Read-Only (insertable=false, updateable=false) or for specifying a class as Read-Only.