return ((MappedStoreManager)sm.getObjectManager().getStoreManager()).getIdentifierFactory();
}
private NucleusOptimisticException newNucleusOptimisticException(
AbstractClassMetaData cmd, Entity entity, String op, String details) {
return new NucleusOptimisticException(
"Optimistic concurrency exception " + op + " " + cmd.getFullClassName()
+ " with pk " + entity.getKey() + ". " + details);
}