41424344454647
if (persistenceAdapter == null) { throw new IllegalArgumentException("persistenceAdapter may not be null"); } this.persistence = persistenceAdapter; this.lockManager = new DefaultLockManager(); }