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