1 23 24 29 30 package com.sun.jdo.spi.persistence.support.sqlstore; 31 32 33 import java.sql.*; 34 35 37 public interface PersistenceManagerFactory 38 extends com.sun.jdo.api.persistence.support.PersistenceManagerFactory 39 { 40 void registerPersistenceManager (PersistenceManager pm, javax.transaction.Transaction t); 41 42 void releasePersistenceManager (PersistenceManager pm, javax.transaction.Transaction t); 43 44 VersionConsistencyCache getVersionConsistencyCache(); 45 } 46 | Popular Tags |