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 SDOPropertySDOConstants.APPINFO_PROPERTYstatic final SDOPropertySDOConstants.DOCUMENTATION_PROPERTYstatic final SDOPropertySDOConstants.ID_PROPERTYopen content property to be set when defining a Type via a DataObject for reference relationshipsstatic final SDOPropertySDOConstants.JAVA_CLASS_PROPERTYstatic final SDOPropertySDOConstants.MIME_TYPE_PROPERTYstatic final SDOPropertySDOConstants.MIME_TYPE_PROPERTY_PROPERTYstatic final SDOPropertySDOConstants.XMLELEMENT_PROPERTYMethods 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 propertydata 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 SDOPropertySDOHelper.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 TypeMethodDescriptionvoidSDOType.addDeclaredProperty(SDOProperty property) INTERNAL:voidSDOType.addDeclaredProperty(SDOProperty property, int index) INTERNAL:voidSDODataObject.set(SDOProperty property, Object value, boolean updateSequence) INTERNAL: Sets the value of the given property of the object to the new value.voidSDODataObject.setInternal(SDOProperty property, Object value, boolean updateSequence) voidSDODataObject.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 TypeMethodDescriptionvoidSDOProperty.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 SDOPropertyListWrapper.propertyprotected SDOPropertySDOFragmentMappingAttributeAccessor.propertyprotected SDOPropertySDOMethodAttributeAccessor.propertyMethods 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 TypeMethodDescriptionvoidSDOTypesGenerator.NonContainmentReference.setOwningProp(SDOProperty owningProp) voidSDOFragmentMappingAttributeAccessor.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 StringSDOUtil.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