use of org.eclipse.persistence.sdo.types.SDOOpenSequencedType in project eclipselink by eclipse-ee4j.
the class SDOHelperTestCases method testUnwrapTypeToSDOOpenSequencedType.
public void testUnwrapTypeToSDOOpenSequencedType() {
Type osType = typeHelper.getType(SDOConstants.ORACLE_SDO_URL, "OpenSequencedType");
assertTrue(SDOHelper.unwrap(osType, SDOOpenSequencedType.class) instanceof SDOOpenSequencedType);
}
Aggregations