Uses of Class
org.eclipse.persistence.sdo.SDOProperty
Package
Description
-
Uses of SDOProperty in org.eclipse.persistence.sdo
Modifier and TypeFieldDescriptionstatic final SDOProperty
SDOConstants.APPINFO_PROPERTY
static final SDOProperty
SDOConstants.DOCUMENTATION_PROPERTY
static final SDOProperty
SDOConstants.ID_PROPERTY
open content property to be set when defining a Type via a DataObject for reference relationshipsstatic final SDOProperty
SDOConstants.JAVA_CLASS_PROPERTY
static final SDOProperty
SDOConstants.MIME_TYPE_PROPERTY
static final SDOProperty
SDOConstants.MIME_TYPE_PROPERTY_PROPERTY
static final SDOProperty
SDOConstants.XMLELEMENT_PROPERTY
Modifier and TypeMethodDescriptionSDOType.getChangeSummaryProperty()
INTERNAL:SDODataObject.getContainmentProperty()
SDODataObject.getInstanceProperty
(int propertyIndex) INTERNAL:SDODataObject.getInstanceProperty
(String propertyName) SDOChangeSummary.getOldContainmentProperty
(DataObject dataObject) Returns the value of thecontainment property
data object property at the point when loggingbegan
.SDOProperty.getOpposite()
Returns the opposite Property if the Property is bi-directional or null otherwise.SDOType.getPropertiesArray()
INTERNAL:SDODataObject.getProperty
(String propertyName) static SDOProperty
SDOHelper.getProperty
(Property property) Return the EclipseLink implementation of Property.SDOSequence.getProperty
(int index) SDOSequence.getProperty
(Setting setting) SDOSetting.getProperty()
Returns the property of the setting.SDOType.getProperty
(String propertyName) Modifier and TypeMethodDescriptionvoid
SDOType.addDeclaredProperty
(SDOProperty property) INTERNAL:void
SDOType.addDeclaredProperty
(SDOProperty property, int index) INTERNAL:void
SDODataObject.set
(SDOProperty property, Object value, boolean updateSequence) INTERNAL: Sets the value of the given property of the object to the new value.void
SDODataObject.setInternal
(SDOProperty property, Object value, boolean updateSequence) void
SDODataObject.setPropertyInternal
(SDOProperty property, Object value, boolean updateSequence) INTERNAL: Update the ValueStore with the new property value and update any sequence if it exists.Modifier and TypeMethodDescriptionvoid
SDOProperty.setSubstitutableElements
(Collection<SDOProperty> elements) -
Uses of SDOProperty in org.eclipse.persistence.sdo.helper
Modifier and TypeFieldDescriptionprotected SDOProperty
ListWrapper.property
protected SDOProperty
SDOFragmentMappingAttributeAccessor.property
protected SDOProperty
SDOMethodAttributeAccessor.property
Modifier and TypeMethodDescriptionSDOTypesGenerator.NonContainmentReference.getOwningProp()
SDOFragmentMappingAttributeAccessor.getPropertyName()
INTERNAL:Modifier and TypeMethodDescriptionvoid
SDOTypesGenerator.NonContainmentReference.setOwningProp
(SDOProperty owningProp) void
SDOFragmentMappingAttributeAccessor.setProperty
(SDOProperty property) INTERNAL:ModifierConstructorDescriptionSDOFragmentMappingAttributeAccessor
(SDOProperty property, HelperContext helper) -
Uses of SDOProperty in org.eclipse.persistence.sdo.helper.extension
Modifier and TypeMethodDescriptionstatic String
SDOUtil.getJavaTypeForProperty
(SDOProperty property) -
Uses of SDOProperty in org.eclipse.persistence.sdo.helper.jaxb
ModifierConstructorDescriptionJAXBList
(JAXBValueStore aJAXBValueStore, SDOProperty aProperty) JAXBListWrapper
(JAXBValueStore aJAXBValueStore, SDOProperty aProperty) -
Uses of SDOProperty in org.eclipse.persistence.sdo.types