Uses of Class
org.eclipse.persistence.sdo.SDOProperty
Packages that use SDOProperty
Package
Description
-
Uses of SDOProperty in org.eclipse.persistence.sdo
Fields in org.eclipse.persistence.sdo declared as SDOPropertyModifier 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
Methods in org.eclipse.persistence.sdo that return SDOPropertyModifier 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) Methods in org.eclipse.persistence.sdo that return types with arguments of type SDOPropertyMethods in org.eclipse.persistence.sdo with parameters of type SDOPropertyModifier 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.Method parameters in org.eclipse.persistence.sdo with type arguments of type SDOPropertyModifier and TypeMethodDescriptionvoid
SDOProperty.setSubstitutableElements
(Collection<SDOProperty> elements) -
Uses of SDOProperty in org.eclipse.persistence.sdo.helper
Fields in org.eclipse.persistence.sdo.helper declared as SDOPropertyModifier and TypeFieldDescriptionprotected SDOProperty
ListWrapper.property
protected SDOProperty
SDOFragmentMappingAttributeAccessor.property
protected SDOProperty
SDOMethodAttributeAccessor.property
Methods in org.eclipse.persistence.sdo.helper that return SDOPropertyModifier and TypeMethodDescriptionSDOTypesGenerator.NonContainmentReference.getOwningProp()
SDOFragmentMappingAttributeAccessor.getPropertyName()
INTERNAL:Methods in org.eclipse.persistence.sdo.helper with parameters of type SDOPropertyModifier and TypeMethodDescriptionvoid
SDOTypesGenerator.NonContainmentReference.setOwningProp
(SDOProperty owningProp) void
SDOFragmentMappingAttributeAccessor.setProperty
(SDOProperty property) INTERNAL:Constructors in org.eclipse.persistence.sdo.helper with parameters of type SDOPropertyModifierConstructorDescriptionSDOFragmentMappingAttributeAccessor
(SDOProperty property, HelperContext helper) -
Uses of SDOProperty in org.eclipse.persistence.sdo.helper.extension
Methods in org.eclipse.persistence.sdo.helper.extension with parameters of type SDOPropertyModifier and TypeMethodDescriptionstatic String
SDOUtil.getJavaTypeForProperty
(SDOProperty property) -
Uses of SDOProperty in org.eclipse.persistence.sdo.helper.jaxb
Constructors in org.eclipse.persistence.sdo.helper.jaxb with parameters of type SDOPropertyModifierConstructorDescriptionJAXBList
(JAXBValueStore aJAXBValueStore, SDOProperty aProperty) JAXBListWrapper
(JAXBValueStore aJAXBValueStore, SDOProperty aProperty) -
Uses of SDOProperty in org.eclipse.persistence.sdo.types
Methods in org.eclipse.persistence.sdo.types that return SDOProperty