/* */ public JDBCCustomFinderQuery(JDBCStoreManager manager, Method finderMethod)
/* */ {
/* 66 */ this.finderMethod = finderMethod;
/* 67 */ this.manager = manager;
/* */
/* 69 */ JDBCReadAheadMetaData readAheadMetaData = manager.getMetaData().getReadAhead();
/* 70 */ if ((readAheadMetaData != null) && (readAheadMetaData.isOnLoad()))
/* */ {
/* 72 */ this.readAheadCache = manager.getReadAheadCache();
/* 73 */ this.readAheadMetaData = readAheadMetaData;
/* */ }
/* */ else