passing causally consistent session to more test persistence factories

This commit is contained in:
Axel Uhl
2024-09-11 11:46:42 +02:00
parent e320e9f66d
commit bf1b433831
4 changed files with 11 additions and 12 deletions
@@ -37,9 +37,7 @@ public class PersistenceFactoryImpl implements PersistenceFactory {
}
/**
* A default domain object factory for test purposes only. In a server environment, ensure NOT to use this and use
* {@link #getDefaultMajorityDomainObjectFactory()} instead, using the base domain factory that
* is provided by <code>RacingEventService.getBaseDomainFactory</code>.
* A default domain object factory for test purposes only.
*/
@Override
public DomainObjectFactory getDefaultDomainObjectFactory() {