/**
* Create a new exception-translating delegating fetch configuration.
*/
protected DelegatingFetchConfiguration newDelegatingFetchConfiguration
(FetchConfiguration fetch) {
return new DelegatingFetchConfiguration(fetch,
PersistenceExceptions.TRANSLATOR);
}