Uses of Class
org.eclipse.persistence.sdo.SDOProperty
-
Packages that use SDOProperty Package Description org.eclipse.persistence.sdo org.eclipse.persistence.sdo.helper org.eclipse.persistence.sdo.helper.jaxb org.eclipse.persistence.sdo.types -
-
Uses of SDOProperty in org.eclipse.persistence.sdo
Fields in org.eclipse.persistence.sdo declared as SDOProperty Modifier and Type Field Description static SDOPropertySDOConstants. APPINFO_PROPERTYstatic SDOPropertySDOConstants. DOCUMENTATION_PROPERTYstatic SDOPropertySDOConstants. ID_PROPERTYopen content property to be set when defining a Type via a DataObject for reference relationshipsstatic SDOPropertySDOConstants. JAVA_CLASS_PROPERTYstatic SDOPropertySDOConstants. MIME_TYPE_PROPERTYstatic SDOPropertySDOConstants. MIME_TYPE_PROPERTY_PROPERTYstatic SDOPropertySDOConstants. XMLELEMENT_PROPERTYMethods in org.eclipse.persistence.sdo that return SDOProperty Modifier and Type Method Description SDOPropertySDOType. getChangeSummaryProperty()INTERNAL:SDOPropertySDODataObject. getContainmentProperty()SDOPropertySDODataObject. getInstanceProperty(int propertyIndex)INTERNAL:SDOPropertySDODataObject. getInstanceProperty(String propertyName)SDOPropertySDOChangeSummary. getOldContainmentProperty(DataObject dataObject)Returns the value of thecontainment propertydata object property at the point when loggingbegan.SDOPropertySDOProperty. getOpposite()Returns the opposite Property if the Property is bi-directional or null otherwise.SDOProperty[]SDOType. getPropertiesArray()INTERNAL:SDOPropertySDODataObject. getProperty(String propertyName)static SDOPropertySDOHelper. getProperty(Property property)Return the EclipseLink implementation of Property.SDOPropertySDOSequence. getProperty(int index)SDOPropertySDOSequence. getProperty(org.eclipse.persistence.oxm.sequenced.Setting setting)SDOPropertySDOSetting. getProperty()Returns the property of the setting.SDOPropertySDOType. getProperty(String propertyName)Methods in org.eclipse.persistence.sdo that return types with arguments of type SDOProperty Modifier and Type Method Description Collection<SDOProperty>SDOProperty. getSubstitutableElements()Methods in org.eclipse.persistence.sdo with parameters of type SDOProperty Modifier and Type Method Description voidSDOType. 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 SDOProperty Modifier and Type Method Description voidSDOProperty. setSubstitutableElements(Collection<SDOProperty> elements) -
Uses of SDOProperty in org.eclipse.persistence.sdo.helper
Fields in org.eclipse.persistence.sdo.helper declared as SDOProperty Modifier and Type Field Description protected SDOPropertyListWrapper. propertyprotected SDOPropertySDOFragmentMappingAttributeAccessor. propertyprotected SDOPropertySDOMethodAttributeAccessor. propertyMethods in org.eclipse.persistence.sdo.helper that return SDOProperty Modifier and Type Method Description SDOPropertySDOTypesGenerator.NonContainmentReference. getOwningProp()SDOPropertySDOFragmentMappingAttributeAccessor. getPropertyName()INTERNAL:Methods in org.eclipse.persistence.sdo.helper with parameters of type SDOProperty Modifier and Type Method Description voidSDOTypesGenerator.NonContainmentReference. setOwningProp(SDOProperty owningProp)voidSDOFragmentMappingAttributeAccessor. setProperty(SDOProperty property)INTERNAL:Constructors in org.eclipse.persistence.sdo.helper with parameters of type SDOProperty Constructor Description SDOFragmentMappingAttributeAccessor(SDOProperty property, HelperContext helper) -
Uses of SDOProperty in org.eclipse.persistence.sdo.helper.jaxb
Constructors in org.eclipse.persistence.sdo.helper.jaxb with parameters of type SDOProperty Constructor Description JAXBList(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 Modifier and Type Method Description SDOPropertySDOChangeSummaryType. getProperty(String propertyName)
-