JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.datanucleus.api.jdo.annotations
ReadOnly
Contents
Description
Hide sidebar
Show sidebar
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.