1 24 package org.objectweb.jorm.mapper.rdb.lib; 25 26 import java.util.List ; 27 import java.util.Properties ; 28 29 import org.objectweb.jorm.api.PClassMapping; 30 31 36 public interface RdbPrefetchablePCM extends PClassMapping { 37 38 String [] getPrefetchSelectCols(); 39 40 String getPrefetchWhereClause(); 41 42 List getPrefetchTables(); 43 44 Properties getCNId2Column(); 45 } 46 | Popular Tags |