Uses of Interface
org.eclipse.persistence.jpa.config.Property
-
Packages that use Property Package Description org.eclipse.persistence.internal.jpa.config org.eclipse.persistence.jpa.config -
-
Uses of Property in org.eclipse.persistence.internal.jpa.config
Classes in org.eclipse.persistence.internal.jpa.config that implement Property Modifier and Type Class Description classPropertyImplJPA scripting API implementation.Methods in org.eclipse.persistence.internal.jpa.config that return Property Modifier and Type Method Description PropertyAbstractAccessorImpl. addProperty()PropertyPropertyImpl. setName(String name)PropertyPropertyImpl. setValue(String value)PropertyPropertyImpl. setValueType(String valueType) -
Uses of Property in org.eclipse.persistence.jpa.config
Methods in org.eclipse.persistence.jpa.config that return Property Modifier and Type Method Description PropertyArray. addProperty()PropertyBasic. addProperty()PropertyElementCollection. addProperty()PropertyEmbeddable. addProperty()PropertyEmbedded. addProperty()PropertyEmbeddedId. addProperty()PropertyEntity. addProperty()PropertyId. addProperty()PropertyManyToMany. addProperty()PropertyManyToOne. addProperty()PropertyMappedSuperclass. addProperty()PropertyOneToMany. addProperty()PropertyOneToOne. addProperty()PropertyStructure. addProperty()PropertyTransformation. addProperty()PropertyVariableOneToOne. addProperty()PropertyVersion. addProperty()PropertyProperty. setName(String name)PropertyProperty. setValue(String value)PropertyProperty. setValueType(String valueType)
-