use of org.eclipse.persistence.sdo.types.SDOChangeSummaryType in project eclipselink by eclipse-ee4j.
the class SDOHelperTestCases method testUnwrapTypeToSDOChangeSummaryType.
public void testUnwrapTypeToSDOChangeSummaryType() {
Type csType = typeHelper.getType(SDOConstants.SDO_URL, SDOConstants.CHANGESUMMARY);
assertTrue(SDOHelper.unwrap(csType, SDOChangeSummaryType.class) instanceof SDOChangeSummaryType);
}
Aggregations