// IMPLEMENTATION OF THE ConnectionHolderFactory INTERFACE //
//---------------------------------------------------------//
public ConnectionHolder createConnectionHolder() throws PersistenceException {
return new JDBCConnectionHolder(this, logger);
}