Uses of Class
org.apache.openejb.jee.jba.cmp.ReadOnly
-
Packages that use ReadOnly Package Description org.apache.openejb.jee.jba.cmp Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ReadOnly in org.apache.openejb.jee.jba.cmp
Fields in org.apache.openejb.jee.jba.cmp declared as ReadOnly Modifier and Type Field Description protected ReadOnlyCmpField. readOnlyprotected ReadOnlyDefaults. readOnlyprotected ReadOnlyEntity. readOnlyprotected ReadOnlyUnknownPk. readOnlyMethods in org.apache.openejb.jee.jba.cmp that return ReadOnly Modifier and Type Method Description ReadOnlyObjectFactory. createReadOnly()Create an instance ofReadOnlyReadOnlyCmpField. getReadOnly()Gets the value of the readOnly property.ReadOnlyDefaults. getReadOnly()Gets the value of the readOnly property.ReadOnlyEntity. getReadOnly()Gets the value of the readOnly property.ReadOnlyUnknownPk. getReadOnly()Gets the value of the readOnly property.Methods in org.apache.openejb.jee.jba.cmp with parameters of type ReadOnly Modifier and Type Method Description voidCmpField. setReadOnly(ReadOnly value)Sets the value of the readOnly property.voidDefaults. setReadOnly(ReadOnly value)Sets the value of the readOnly property.voidEntity. setReadOnly(ReadOnly value)Sets the value of the readOnly property.voidUnknownPk. setReadOnly(ReadOnly value)Sets the value of the readOnly property.
-