caoBundle = new MetadataBundle(NoneDriver.getInstance());
// schema info
if (schema.hasPersistentInfo()) {
addClass(schema.getSchemaName(),schema.getClass().getCanonicalName(),Property.class,con);
schemaPersistence = new DbProperties(this, schema.getClass().getCanonicalName());
}
// classes
for (Class<?> clazz : types) {
addClass(null,clazz.getCanonicalName(),clazz,con);