| Modifier and Type | Field and Description |
|---|---|
static SDOType |
SDOConstants.SDO_BOOLEAN |
static SDOType |
SDOConstants.SDO_BOOLEANOBJECT
Type objects for types in the commonj.sdo/java namespace
|
static SDOType |
SDOConstants.SDO_BYTE |
static SDOType |
SDOConstants.SDO_BYTEOBJECT |
static SDOType |
SDOConstants.SDO_BYTES |
static SDOType |
SDOConstants.SDO_CHARACTER |
static SDOType |
SDOConstants.SDO_CHARACTEROBJECT |
static SDOType |
SDOConstants.SDO_DATE |
static SDOType |
SDOConstants.SDO_DATETIME |
static SDOType |
SDOConstants.SDO_DAY |
static SDOType |
SDOConstants.SDO_DECIMAL |
static SDOType |
SDOConstants.SDO_DOUBLE |
static SDOType |
SDOConstants.SDO_DOUBLEOBJECT |
static SDOType |
SDOConstants.SDO_DURATION |
static SDOType |
SDOConstants.SDO_FLOAT |
static SDOType |
SDOConstants.SDO_FLOATOBJECT |
static SDOType |
SDOConstants.SDO_INT |
static SDOType |
SDOConstants.SDO_INTEGER |
static SDOType |
SDOConstants.SDO_INTOBJECT |
static SDOType |
SDOConstants.SDO_LONG |
static SDOType |
SDOConstants.SDO_LONGOBJECT |
static SDOType |
SDOConstants.SDO_MONTH |
static SDOType |
SDOConstants.SDO_MONTHDAY |
static SDOType |
SDOConstants.SDO_OBJECT |
static SDOType |
SDOConstants.SDO_SHORT |
static SDOType |
SDOConstants.SDO_SHORTOBJECT |
static SDOType |
SDOConstants.SDO_STRING |
static SDOType |
SDOConstants.SDO_STRINGS |
static SDOType |
SDOConstants.SDO_TIME |
static SDOType |
SDOConstants.SDO_URI |
static SDOType |
SDOConstants.SDO_YEAR |
static SDOType |
SDOConstants.SDO_YEARMONTH |
static SDOType |
SDOConstants.SDO_YEARMONTHDAY |
| Modifier and Type | Method and Description |
|---|---|
SDOType |
SDOProperty.getContainingType()
Returns the containing type of this Property.
|
SDOType |
SDOProperty.getType()
Returns the type of the Property.
|
SDOType |
SDODataObject.getType() |
SDOType |
SDODataGraph.getType(String uri,
String typeName)
Returns the
type with the given the URI,
or contained by the resource at the given URI,
and with the given name. |
static SDOType |
SDOHelper.getType(commonj.sdo.Type type)
Return the EclipseLink implementation of Type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SDOType.addBaseType(SDOType type)
INTERNAL:
|
void |
SDOType.setupInheritance(SDOType parentType) |
| Constructor and Description |
|---|
SDOProperty(commonj.sdo.helper.HelperContext aContext,
String aName,
SDOType aType) |
SDOProperty(commonj.sdo.helper.HelperContext aContext,
String aName,
SDOType aType,
boolean hasMany) |
SDOProperty(commonj.sdo.helper.HelperContext aContext,
String aUri,
String aName,
SDOType aType) |
TypeInstantiationPolicy(SDOType type) |
| Modifier and Type | Method and Description |
|---|---|
SDOType |
SDOTypesGenerator.NonContainmentReference.getOwningType() |
SDOType |
SDOTypesGenerator.GlobalRef.getOwningType() |
SDOType |
ClassBuffer.getSdoType() |
SDOType |
SDOTypeHelper.getSDOTypeFromXSDType(QName aName)
INTERNAL:
|
SDOType |
SDOTypeHelper.getTypeForImplClass(Class implClass) |
| Modifier and Type | Method and Description |
|---|---|
List<SDOType> |
SDOTypesGenerator.getAnonymousTypes() |
Map<QName,SDOType> |
SDOTypesGenerator.getGeneratedTypesByXsdQName() |
Map<Class,SDOType> |
SDOTypeHelper.getImplClassesToSDOType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SDOTypeHelper.addType(SDOType newType)
INTERNAL:
|
Class |
SDOClassLoader.createGeneric(String className,
SDOType type) |
Class |
SDOClassLoader.loadClass(String className,
SDOType type) |
void |
SDOTypesGenerator.NonContainmentReference.setOwningType(SDOType owningType) |
void |
SDOTypesGenerator.GlobalRef.setOwningType(SDOType owningType) |
void |
ClassBuffer.setSdoType(SDOType sdoType) |
| Modifier and Type | Method and Description |
|---|---|
void |
SDOTypesGenerator.setAnonymousTypes(List<SDOType> anonymousTypes) |
void |
SDOTypesGenerator.setGeneratedTypesByXsdQName(Map<QName,SDOType> generatedTypesByXsdQName) |
| Constructor and Description |
|---|
DynamicClassWriter(String className,
SDOType type,
commonj.sdo.helper.HelperContext aContext) |
| Modifier and Type | Method and Description |
|---|---|
SDOType |
SDOTypeHelperDelegator.getSDOTypeFromXSDType(QName aName) |
SDOType |
SDOTypeHelperDelegate.getSDOTypeFromXSDType(QName aName)
A function to access the values stored in sdoToXSDTypes HashMap
|
SDOType |
SDOTypeHelperDelegate.getType(Class interfaceClass)
Return the Type for this interfaceClass or null if not found.
|
SDOType |
SDOTypeHelperDelegate.getType(String uri,
String typeName)
Return the Type specified by typeName with the given uri,
or null if not found.
|
SDOType |
SDOTypeHelperDelegator.getTypeForImplClass(Class implClass) |
SDOType |
SDOTypeHelperDelegate.getTypeForImplClass(Class implClass) |
SDOType |
SDOTypeHelperDelegate.getTypeForSimpleJavaType(Class implClass)
INTERNAL:
Used to determine which SDO Type corresponds the given Java simple type
|
| Modifier and Type | Method and Description |
|---|---|
Map<Class,SDOType> |
SDOTypeHelperDelegator.getImplClassesToSDOType() |
Map<Class,SDOType> |
SDOTypeHelperDelegate.getImplClassesToSDOType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SDOTypeHelperDelegator.addType(SDOType newType) |
void |
SDOTypeHelperDelegate.addType(SDOType newType) |
| Constructor and Description |
|---|
JAXBValueStore(JAXBHelperContext aJAXBHelperContext,
SDOType sdoType) |
| Modifier and Type | Class and Description |
|---|---|
class |
SDOChangeSummaryType |
class |
SDODataObjectType |
class |
SDODataType |
class |
SDOObjectType |
class |
SDOOpenSequencedType |
class |
SDOPropertyType |
class |
SDOTypeType |
class |
SDOWrapperType
Wrapper for XML datatypes.
|
class |
SDOXMLHelperLoadOptionsType |
| Constructor and Description |
|---|
SDOPropertyType(SDOTypeHelper sdoTypeHelper,
SDOType typeType) |
SDOXMLHelperLoadOptionsType(SDOTypeHelper sdoTypeHelper,
SDOType typeType) |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.