Uses of Class
org.eclipse.persistence.sdo.SDOType
Packages that use SDOType
Package
Description
-
Uses of SDOType in org.eclipse.persistence.sdo
Fields in org.eclipse.persistence.sdo declared as SDOTypeModifier and TypeFieldDescriptionstatic final SDOType
SDOConstants.SDO_BOOLEAN
static final SDOType
SDOConstants.SDO_BOOLEANOBJECT
Type objects for types in the commonj.sdo/java namespacestatic final SDOType
SDOConstants.SDO_BYTE
static final SDOType
SDOConstants.SDO_BYTEOBJECT
static final SDOType
SDOConstants.SDO_BYTES
static final SDOType
SDOConstants.SDO_CHARACTER
static final SDOType
SDOConstants.SDO_CHARACTEROBJECT
static final SDOType
SDOConstants.SDO_DATE
static final SDOType
SDOConstants.SDO_DATETIME
static final SDOType
SDOConstants.SDO_DAY
static final SDOType
SDOConstants.SDO_DECIMAL
static final SDOType
SDOConstants.SDO_DOUBLE
static final SDOType
SDOConstants.SDO_DOUBLEOBJECT
static final SDOType
SDOConstants.SDO_DURATION
static final SDOType
SDOConstants.SDO_FLOAT
static final SDOType
SDOConstants.SDO_FLOATOBJECT
static final SDOType
SDOConstants.SDO_INT
static final SDOType
SDOConstants.SDO_INTEGER
static final SDOType
SDOConstants.SDO_INTOBJECT
static final SDOType
SDOConstants.SDO_LONG
static final SDOType
SDOConstants.SDO_LONGOBJECT
static final SDOType
SDOConstants.SDO_MONTH
static final SDOType
SDOConstants.SDO_MONTHDAY
static final SDOType
SDOConstants.SDO_OBJECT
static final SDOType
SDOConstants.SDO_SHORT
static final SDOType
SDOConstants.SDO_SHORTOBJECT
static final SDOType
SDOConstants.SDO_STRING
static final SDOType
SDOConstants.SDO_STRINGS
static final SDOType
SDOConstants.SDO_TIME
static final SDOType
SDOConstants.SDO_URI
static final SDOType
SDOConstants.SDO_YEAR
static final SDOType
SDOConstants.SDO_YEARMONTH
static final SDOType
SDOConstants.SDO_YEARMONTHDAY
Methods in org.eclipse.persistence.sdo that return SDOTypeModifier and TypeMethodDescriptionSDOProperty.getContainingType()
Returns the containing type of this Property.SDODataObject.getType()
static SDOType
Return the EclipseLink implementation of Type.SDOProperty.getType()
Returns the type of the Property.Methods in org.eclipse.persistence.sdo with parameters of type SDOTypeModifier and TypeMethodDescriptionvoid
SDOType.addBaseType
(SDOType type) INTERNAL:void
SDOType.setupInheritance
(SDOType parentType) Constructors in org.eclipse.persistence.sdo with parameters of type SDOTypeModifierConstructorDescriptionSDOProperty
(HelperContext aContext, String aUri, String aName, SDOType aType) SDOProperty
(HelperContext aContext, String aName, SDOType aType) SDOProperty
(HelperContext aContext, String aName, SDOType aType, boolean hasMany) -
Uses of SDOType in org.eclipse.persistence.sdo.helper
Methods in org.eclipse.persistence.sdo.helper that return SDOTypeModifier and TypeMethodDescriptionSDOTypesGenerator.GlobalRef.getOwningType()
SDOTypesGenerator.NonContainmentReference.getOwningType()
ClassBuffer.getSdoType()
SDOTypeHelper.getSDOTypeFromXSDType
(QName aName) INTERNAL:SDOTypeHelper.getTypeForImplClass
(Class<?> implClass) Methods in org.eclipse.persistence.sdo.helper that return types with arguments of type SDOTypeModifier and TypeMethodDescriptionSDOTypesGenerator.getAnonymousTypes()
SDOTypesGenerator.getGeneratedTypesByXsdQName()
SDOTypeHelper.getImplClassesToSDOType()
Methods in org.eclipse.persistence.sdo.helper with parameters of type SDOTypeModifier and TypeMethodDescriptionvoid
INTERNAL:Class<?>
SDOClassLoader.createGeneric
(String className, SDOType type) Class<?>
void
SDOTypesGenerator.GlobalRef.setOwningType
(SDOType owningType) void
SDOTypesGenerator.NonContainmentReference.setOwningType
(SDOType owningType) void
ClassBuffer.setSdoType
(SDOType sdoType) Method parameters in org.eclipse.persistence.sdo.helper with type arguments of type SDOTypeModifier and TypeMethodDescriptionvoid
SDOTypesGenerator.setAnonymousTypes
(List<SDOType> anonymousTypes) void
SDOTypesGenerator.setGeneratedTypesByXsdQName
(Map<QName, SDOType> generatedTypesByXsdQName) Constructors in org.eclipse.persistence.sdo.helper with parameters of type SDOTypeModifierConstructorDescriptionDynamicClassWriter
(String className, SDOType type, HelperContext aContext) -
Uses of SDOType in org.eclipse.persistence.sdo.helper.delegates
Methods in org.eclipse.persistence.sdo.helper.delegates that return SDOTypeModifier and TypeMethodDescriptionSDOTypeHelperDelegate.getSDOTypeFromXSDType
(QName aName) A function to access the values stored in sdoToXSDTypes HashMapSDOTypeHelperDelegator.getSDOTypeFromXSDType
(QName aName) Return the Type for this interfaceClass or null if not found.Return the Type specified by typeName with the given uri, or null if not found.SDOTypeHelperDelegate.getTypeForImplClass
(Class<?> implClass) SDOTypeHelperDelegator.getTypeForImplClass
(Class<?> implClass) SDOTypeHelperDelegate.getTypeForSimpleJavaType
(Class<?> implClass) INTERNAL: Used to determine which SDO Type corresponds the given Java simple typeMethods in org.eclipse.persistence.sdo.helper.delegates that return types with arguments of type SDOTypeModifier and TypeMethodDescriptionSDOTypeHelperDelegate.getImplClassesToSDOType()
SDOTypeHelperDelegator.getImplClassesToSDOType()
Methods in org.eclipse.persistence.sdo.helper.delegates with parameters of type SDOType -
Uses of SDOType in org.eclipse.persistence.sdo.helper.jaxb
Constructors in org.eclipse.persistence.sdo.helper.jaxb with parameters of type SDOTypeModifierConstructorDescriptionJAXBValueStore
(JAXBHelperContext aJAXBHelperContext, SDOType sdoType) -
Uses of SDOType in org.eclipse.persistence.sdo.types
Subclasses of SDOType in org.eclipse.persistence.sdo.typesModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
Wrapper for XML datatypes.class
Constructors in org.eclipse.persistence.sdo.types with parameters of type SDOTypeModifierConstructorDescriptionSDOPropertyType
(SDOTypeHelper sdoTypeHelper, SDOType typeType) SDOXMLHelperLoadOptionsType
(SDOTypeHelper sdoTypeHelper, SDOType typeType)