Uses of Interface
commonj.sdo.Type
Packages that use Type
Package
Description
-
Uses of Type in commonj.sdo
Methods in commonj.sdo that return TypeModifier and TypeMethodDescriptionProperty.getContainingType()
Returns the containing type of this Property.Deprecated.DataObject.getType()
Returns the data object's type.Property.getType()
Returns the type of the Property.Methods in commonj.sdo with parameters of type TypeModifier and TypeMethodDescriptionDataObject.createDataObject
(Property property, Type type) Returns a newdata object
contained by this object using the specified property, which must be ofcontainment type
.DataGraph.createRootObject
(Type type) Deprecated.Creates a new root data object of the specified type. -
Uses of Type in commonj.sdo.helper
Methods in commonj.sdo.helper that return TypeModifier and TypeMethodDescriptionTypeHelper.define
(DataObject type) Define the DataObject as a Type.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.Methods in commonj.sdo.helper with parameters of type TypeModifier and TypeMethodDescriptionConvert the specified value to aninstance
of the specified type.Create a DataObject of the Type specified.XSDHelper.getAppinfo
(Type type, String source) Return the appinfo declared for this Type and source.XSDHelper.getLocalName
(Type type) Returns the local name as declared in the XSD.XSDHelper.getNamespaceURI
(Type type) Returns the namespace URI as declared in the XSD.boolean
Returns true if the Type is declared to contain mixed content.boolean
Indicates if this helper contains XSD information for the specified type. -
Uses of Type in org.eclipse.persistence.sdo
Classes in org.eclipse.persistence.sdo that implement TypeMethods in org.eclipse.persistence.sdo with parameters of type TypeModifier and TypeMethodDescriptionvoid
INTERNAL:SDODataObject.createDataObject
(Property property, Type aType) SDODataGraph.createRootObject
(Type type) Creates a new root data object of the specified type.SDODataObject.defineOpenContentProperty
(String name, Object value, Type sdotype) static SDOType
Return the EclipseLink implementation of Type.void
SDOProperty.setContainingType
(Type type) INTERNAL: Set the containing type of this Property.void
INTERNAL: Assign a Type to this Property.static <T> T
Unwraps a given Type resulting in an EclipseLink SDOType. -
Uses of Type in org.eclipse.persistence.sdo.helper
Methods in org.eclipse.persistence.sdo.helper that return TypeModifier and TypeMethodDescriptionSDOTypeHelper.getTypeForSimpleJavaType
(Class<?> implClass) INTERNAL:Methods in org.eclipse.persistence.sdo.helper that return types with arguments of type TypeModifier and TypeMethodDescriptionSDOTypesGenerator.define
(Source xsdSource, SchemaResolver schemaResolver) SDOTypesGenerator.define
(Source xsdSource, SchemaResolver schemaResolver, boolean includeAllTypes, boolean processImports) SDOTypesGenerator.define
(org.eclipse.persistence.internal.oxm.schema.model.Schema schema, boolean includeAllTypes, boolean processImports) SDOTypesGenerator.getGeneratedTypes()
Methods in org.eclipse.persistence.sdo.helper with parameters of type TypeModifier and TypeMethodDescriptionConvert the specified value to aninstance
of the specified type.SDODataHelper.convertFromStringValue
(String value, Type sdoType) Convert a String value based to the appropriate type.SDODataHelper.convertFromStringValue
(String value, Type sdoType, QName schemaType) Convert a String value based to the appropriate type.SDODataHelper.convertToStringValue
(Object value, Type sdoType) Convert to a String value based to the SDO type.Class<?>
SDOTypeHelper.getJavaWrapperTypeForSDOType
(Type sdoType) INTERNAL:SDOTypeHelper.getXSDTypeFromSDOType
(Type aType) INTERNAL:DefaultSchemaLocationResolver.resolveSchemaLocation
(Type sourceType, Type targetType) Return the value for the schemaLocation attribute of the generated ImportSchemaLocationResolver.resolveSchemaLocation
(Type sourceType, Type targetType) Return the value for the schemaLocation attribute of the generated ImportMethod parameters in org.eclipse.persistence.sdo.helper with type arguments of type TypeModifier and TypeMethodDescriptionvoid
SDOTypesGenerator.setGeneratedTypes
(Map<QName, Type> generatedTypes) -
Uses of Type in org.eclipse.persistence.sdo.helper.delegates
Methods in org.eclipse.persistence.sdo.helper.delegates that return TypeModifier and TypeMethodDescriptionSDOTypeHelperDelegate.define
(DataObject dataObject) SDOTypeHelperDelegate.define
(DataObject dataObject, List types) Define the DataObject as a Type.SDOTypeHelperDelegator.define
(DataObject dataObject) SDOTypeHelperDelegator.getTypeForSimpleJavaType
(Class<?> implClass) Methods in org.eclipse.persistence.sdo.helper.delegates with parameters of type TypeModifier and TypeMethodDescriptionSDOXSDHelperDelegate.getAppinfo
(Type type, String source) Return the appinfo declared for this Type and source.SDOXSDHelperDelegator.getAppinfo
(Type type, String source) Class<?>
SDOTypeHelperDelegate.getJavaWrapperTypeForSDOType
(Type type) Class<?>
SDOTypeHelperDelegator.getJavaWrapperTypeForSDOType
(Type sdoType) SDOXSDHelperDelegate.getLocalName
(Type type) Returns the local name as declared in the XSD.SDOXSDHelperDelegator.getLocalName
(Type type) SDOXSDHelperDelegate.getNamespaceURI
(Type type) Returns the namespace URI as declared in the XSD.SDOXSDHelperDelegator.getNamespaceURI
(Type type) SDOTypeHelperDelegate.getXSDTypeFromSDOType
(Type aType) A function to access the values stored in xsdToSDOType HashMapSDOTypeHelperDelegator.getXSDTypeFromSDOType
(Type aType) boolean
Returns true if the Type is declared to contain mixed content.boolean
boolean
Indicates if this helper contains XSD information for the specified type.boolean
-
Uses of Type in org.eclipse.persistence.sdo.helper.jaxb
Methods in org.eclipse.persistence.sdo.helper.jaxb that return TypeModifier and TypeMethodDescriptionReturn the SDO type corresponding to the wrapped class.Methods in org.eclipse.persistence.sdo.helper.jaxb with parameters of type Type -
Uses of Type in org.eclipse.persistence.sdo.types
Classes in org.eclipse.persistence.sdo.types that implement TypeModifier 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 TypeModifierConstructorDescriptionSDOWrapperType
(Type aPropertyType, String aTypeName, SDOTypeHelper aSDOTypeHelper) SDOWrapperType
(Type aPropertyType, String aTypeName, SDOTypeHelper aSDOTypeHelper, QName aSchemaType) SDOWrapperType
(Type aPropertyType, String aTypeName, SDOTypeHelper aSDOTypeHelper, QName[] schemaTypes) SDOWrapperType
(Type aPropertyType, String aTypeName, SDOTypeHelper aSDOTypeHelper, QName[] schemaTypes, Class<? extends SDODataObject>[] implClasses) SDOWrapperType
(Type aPropertyType, String aTypeName, SDOTypeHelper aSDOTypeHelper, QName aSchemaType, Class<? extends SDODataObject> implClass)