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 SDOTypeSDOConstants.SDO_BOOLEANstatic final SDOTypeSDOConstants.SDO_BOOLEANOBJECTType objects for types in the commonj.sdo/java namespacestatic final SDOTypeSDOConstants.SDO_BYTEstatic final SDOTypeSDOConstants.SDO_BYTEOBJECTstatic final SDOTypeSDOConstants.SDO_BYTESstatic final SDOTypeSDOConstants.SDO_CHARACTERstatic final SDOTypeSDOConstants.SDO_CHARACTEROBJECTstatic final SDOTypeSDOConstants.SDO_DATEstatic final SDOTypeSDOConstants.SDO_DATETIMEstatic final SDOTypeSDOConstants.SDO_DAYstatic final SDOTypeSDOConstants.SDO_DECIMALstatic final SDOTypeSDOConstants.SDO_DOUBLEstatic final SDOTypeSDOConstants.SDO_DOUBLEOBJECTstatic final SDOTypeSDOConstants.SDO_DURATIONstatic final SDOTypeSDOConstants.SDO_FLOATstatic final SDOTypeSDOConstants.SDO_FLOATOBJECTstatic final SDOTypeSDOConstants.SDO_INTstatic final SDOTypeSDOConstants.SDO_INTEGERstatic final SDOTypeSDOConstants.SDO_INTOBJECTstatic final SDOTypeSDOConstants.SDO_LONGstatic final SDOTypeSDOConstants.SDO_LONGOBJECTstatic final SDOTypeSDOConstants.SDO_MONTHstatic final SDOTypeSDOConstants.SDO_MONTHDAYstatic final SDOTypeSDOConstants.SDO_OBJECTstatic final SDOTypeSDOConstants.SDO_SHORTstatic final SDOTypeSDOConstants.SDO_SHORTOBJECTstatic final SDOTypeSDOConstants.SDO_STRINGstatic final SDOTypeSDOConstants.SDO_STRINGSstatic final SDOTypeSDOConstants.SDO_TIMEstatic final SDOTypeSDOConstants.SDO_URIstatic final SDOTypeSDOConstants.SDO_YEARstatic final SDOTypeSDOConstants.SDO_YEARMONTHstatic final SDOTypeSDOConstants.SDO_YEARMONTHDAYMethods in org.eclipse.persistence.sdo that return SDOTypeModifier and TypeMethodDescriptionSDOProperty.getContainingType()Returns the containing type of this Property.SDODataObject.getType()static SDOTypeReturn 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 TypeMethodDescriptionvoidSDOType.addBaseType(SDOType type) INTERNAL:voidSDOType.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 TypeMethodDescriptionvoidINTERNAL:Class<?>SDOClassLoader.createGeneric(String className, SDOType type) Class<?>voidSDOTypesGenerator.GlobalRef.setOwningType(SDOType owningType) voidSDOTypesGenerator.NonContainmentReference.setOwningType(SDOType owningType) voidClassBuffer.setSdoType(SDOType sdoType) Method parameters in org.eclipse.persistence.sdo.helper with type arguments of type SDOTypeModifier and TypeMethodDescriptionvoidSDOTypesGenerator.setAnonymousTypes(List<SDOType> anonymousTypes) voidSDOTypesGenerator.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 TypeClassDescriptionclassclassclassclassclassclassclassclassWrapper for XML datatypes.classConstructors in org.eclipse.persistence.sdo.types with parameters of type SDOTypeModifierConstructorDescriptionSDOPropertyType(SDOTypeHelper sdoTypeHelper, SDOType typeType) SDOXMLHelperLoadOptionsType(SDOTypeHelper sdoTypeHelper, SDOType typeType)