Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] SDO definition on-fly delete or update

Hi All,

 

I’m looking for an option to delete or update just a single SDO defined type.

 

The SDO type can be defined on-fly by calling TypeHelper.define(DataObject type). This method cannot be used to re-define the type (“If a type with the same name already exists, it is returned and no new definition takes place.”).

 

Is there any way to update or delete the definition(s) without using the  SDOTypeHelperDelegate.reset() method which removes all custom defined types?

 

Thanks a lot in advance.

 

Best regards,

Aleksandr

 


Back to the top