Uses of Interface
commonj.sdo.Type
-
-
Uses of Type in commonj.sdo
Methods in commonj.sdo that return Type Modifier and Type Method Description TypeProperty. getContainingType()Returns the containing type of this Property.TypeDataGraph. getType(String uri, String typeName)Deprecated.TypeDataObject. getType()Returns the data object's type.TypeProperty. getType()Returns the type of the Property.Methods in commonj.sdo with parameters of type Type Modifier and Type Method Description DataObjectDataObject. createDataObject(Property property, Type type)Returns a newdata objectcontained by this object using the specified property, which must be ofcontainment type.DataObjectDataGraph. 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 Type Modifier and Type Method Description TypeTypeHelper. define(DataObject type)Define the DataObject as a Type.TypeTypeHelper. getType(Class interfaceClass)Return the Type for this interfaceClass or null if not found.TypeTypeHelper. getType(String uri, String typeName)Return the Type specified by typeName with the given uri, or null if not found.Methods in commonj.sdo.helper with parameters of type Type Modifier and Type Method Description ObjectDataHelper. convert(Type type, Object value)Convert the specified value to aninstanceof the specified type.DataObjectDataFactory. create(Type type)Create a DataObject of the Type specified.StringXSDHelper. getAppinfo(Type type, String source)Return the appinfo declared for this Type and source.StringXSDHelper. getLocalName(Type type)Returns the local name as declared in the XSD.StringXSDHelper. getNamespaceURI(Type type)Returns the namespace URI as declared in the XSD.booleanXSDHelper. isMixed(Type type)Returns true if the Type is declared to contain mixed content.booleanXSDHelper. isXSD(Type type)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 Type Modifier and Type Class Description classSDOTypeMethods in org.eclipse.persistence.sdo with parameters of type Type Modifier and Type Method Description voidSDODataObject. _setType(Type aType)INTERNAL:SDODataObjectSDODataObject. createDataObject(Property property, Type aType)SDODataObjectSDODataGraph. createRootObject(Type type)Creates a new root data object of the specified type.PropertySDODataObject. defineOpenContentProperty(String name, Object value, Type sdotype)static SDOTypeSDOHelper. getType(Type type)Return the EclipseLink implementation of Type.voidSDOProperty. setContainingType(Type type)INTERNAL: Set the containing type of this Property.voidSDOProperty. setType(Type type)INTERNAL: Assign a Type to this Property.static <T> TSDOHelper. unwrap(Type type, Class<T> clazz)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 Type Modifier and Type Method Description TypeSDOTypeHelper. getTypeForSimpleJavaType(Class<?> implClass)INTERNAL:Methods in org.eclipse.persistence.sdo.helper that return types with arguments of type Type Modifier and Type Method Description List<Type>SDOTypesGenerator. define(Source xsdSource, SchemaResolver schemaResolver)List<Type>SDOTypesGenerator. define(Source xsdSource, SchemaResolver schemaResolver, boolean includeAllTypes, boolean processImports)List<Type>SDOTypesGenerator. define(org.eclipse.persistence.internal.oxm.schema.model.Schema schema, boolean includeAllTypes, boolean processImports)Map<QName,Type>SDOTypesGenerator. getGeneratedTypes()Methods in org.eclipse.persistence.sdo.helper with parameters of type Type Modifier and Type Method Description ObjectSDODataHelper. convert(Type type, Object value)Convert the specified value to aninstanceof the specified type.ObjectSDODataHelper. convertFromStringValue(String value, Type sdoType)Convert a String value based to the appropriate type.ObjectSDODataHelper. convertFromStringValue(String value, Type sdoType, QName schemaType)Convert a String value based to the appropriate type.StringSDODataHelper. convertToStringValue(Object value, Type sdoType)Convert to a String value based to the SDO type.Class<?>SDOTypeHelper. getJavaWrapperTypeForSDOType(Type sdoType)INTERNAL:QNameSDOTypeHelper. getXSDTypeFromSDOType(Type aType)INTERNAL:StringDefaultSchemaLocationResolver. resolveSchemaLocation(Type sourceType, Type targetType)Return the value for the schemaLocation attribute of the generated ImportStringSchemaLocationResolver. 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 Type Modifier and Type Method Description voidSDOTypesGenerator. 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 Type Modifier and Type Method Description TypeSDOTypeHelperDelegate. define(DataObject dataObject)TypeSDOTypeHelperDelegate. define(DataObject dataObject, List types)Define the DataObject as a Type.TypeSDOTypeHelperDelegator. define(DataObject dataObject)TypeSDOTypeHelperDelegator. getType(Class interfaceClass)TypeSDOTypeHelperDelegator. getType(String uri, String typeName)TypeSDOTypeHelperDelegator. getTypeForSimpleJavaType(Class<?> implClass)Methods in org.eclipse.persistence.sdo.helper.delegates with parameters of type Type Modifier and Type Method Description DataObjectSDODataFactoryDelegate. create(Type type)DataObjectSDODataFactoryDelegator. create(Type type)StringSDOXSDHelperDelegate. getAppinfo(Type type, String source)Return the appinfo declared for this Type and source.StringSDOXSDHelperDelegator. getAppinfo(Type type, String source)Class<?>SDOTypeHelperDelegate. getJavaWrapperTypeForSDOType(Type type)Class<?>SDOTypeHelperDelegator. getJavaWrapperTypeForSDOType(Type sdoType)StringSDOXSDHelperDelegate. getLocalName(Type type)Returns the local name as declared in the XSD.StringSDOXSDHelperDelegator. getLocalName(Type type)StringSDOXSDHelperDelegate. getNamespaceURI(Type type)Returns the namespace URI as declared in the XSD.StringSDOXSDHelperDelegator. getNamespaceURI(Type type)QNameSDOTypeHelperDelegate. getXSDTypeFromSDOType(Type aType)A function to access the values stored in xsdToSDOType HashMapQNameSDOTypeHelperDelegator. getXSDTypeFromSDOType(Type aType)booleanSDOXSDHelperDelegate. isMixed(Type type)Returns true if the Type is declared to contain mixed content.booleanSDOXSDHelperDelegator. isMixed(Type type)booleanSDOXSDHelperDelegate. isXSD(Type type)Indicates if this helper contains XSD information for the specified type.booleanSDOXSDHelperDelegator. isXSD(Type type) -
Uses of Type in org.eclipse.persistence.sdo.helper.jaxb
Methods in org.eclipse.persistence.sdo.helper.jaxb that return Type Modifier and Type Method Description TypeJAXBHelperContext. getType(Class<?> entityClass)Return the SDO type corresponding to the wrapped class.Methods in org.eclipse.persistence.sdo.helper.jaxb with parameters of type Type Modifier and Type Method Description DataObjectJAXBDataFactory. create(Type type)Return a new DataObject of the specified Type.Class<?>JAXBHelperContext. getClass(Type type)Return the wrapped class corresponding to the SDO type. -
Uses of Type in org.eclipse.persistence.sdo.types
Classes in org.eclipse.persistence.sdo.types that implement Type Modifier and Type Class Description classSDOChangeSummaryTypeclassSDODataObjectTypeclassSDODataTypeclassSDOObjectTypeclassSDOOpenSequencedTypeclassSDOPropertyTypeclassSDOTypeTypeclassSDOWrapperTypeWrapper for XML datatypes.classSDOXMLHelperLoadOptionsTypeConstructors in org.eclipse.persistence.sdo.types with parameters of type Type Constructor Description SDOWrapperType(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)
-