public RDBMSStoreManager(ClassLoaderResolver clr, NucleusContext ctx, Map<String, Object> props)
{
super("rdbms", clr, ctx, props);
persistenceHandler = new RDBMSPersistenceHandler(this);
schemaHandler = new RDBMSSchemaHandler(this);
expressionFactory = new SQLExpressionFactory(this);
// Retrieve the Database Adapter for this datastore
try
{