コード例 #1
0
  public void setup() {
    super.setup();
    this.reset = true;

    // Clear the cache so we are working from scratch.
    ((EntityManagerImpl) getEntityManager())
        .getActiveSession()
        .getIdentityMapAccessor()
        .initializeAllIdentityMaps();
  }
コード例 #2
0
 public void reset() {
   if (reset) {
     reset = false;
   }
   super.reset();
 }