// platform must support either identity or sequence objects (otherwise ValidationException would've been thrown earlier),
// therefore here dbPlatform.supportsIdentity() == !dbPlatform.supportsSequenceObjects().
setShouldAcquireValueAfterInsert(dbPlatform.supportsIdentity());
}
}
setShouldUseTransaction(dbPlatform.shouldNativeSequenceUseTransaction());
super.onConnect();
}
/**
* INTERNAL: