Hi I want to get hold of the SDO.Type given the class of the SDO Type. For example given com.examples.sdo.Customer.class I need to get the Type instance to work around with the SDOs metadata. Presently I am instantiating the SDO and then calling the getType() method.
I checked the TypeHelper class for some APIs and there is one called getType(Class) but that returns only the Type for standard SDO types. Am I missing something here ? Thanks. - Venkat
