495051525354555657
} @Override protected DelegatingFetchConfiguration newDelegatingFetchConfiguration( FetchConfiguration fetch) { _fetch = new DelegatingJDBCFetchConfiguration((JDBCFetchConfiguration) fetch, PersistenceExceptions.TRANSLATOR); return _fetch; }
979899100101102103104105
99100101102103104105106107