Package org.apache.openejb.jee.jpa
Class Transient
- java.lang.Object
-
- org.apache.openejb.jee.jpa.Transient
-
public class Transient extends Object implements Field
Target({METHOD, FIELD}) @Retention(RUNTIME) public @interface Transient {}Java class for transient complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="transient"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColumngetColumn()ObjectgetKey()Gets the immutable key for this object.StringgetName()Gets the value of the name property.voidsetColumn(Column value)voidsetName(String value)Sets the value of the name property.
-