org.objectweb.jorm.mapper.rdb.lib
Interface RdbPrefetchablePCM

All Superinterfaces:
PClassMapping

public interface RdbPrefetchablePCM
extends PClassMapping

Author:
S.Chassande-Barrioz

Nested Class Summary
 
Nested classes inherited from class org.objectweb.jorm.api.PClassMapping
PClassMapping.ReferenceConfigurator
 
Field Summary
 
Fields inherited from interface org.objectweb.jorm.api.PClassMapping
CLEANUP_DONOTHING, CLEANUP_REMOVEALL, CLEANUP_REMOVEDATA, CREATE_STRUCTURE_IF_NEEDED
 
Method Summary
 java.util.Properties getCNId2Column()
           
 java.lang.String[] getPrefetchSelectCols()
           
 java.util.List getPrefetchTables()
           
 java.lang.String getPrefetchWhereClause()
           
 
Methods inherited from interface org.objectweb.jorm.api.PClassMapping
addAssociation, classDefined, configureRefFields, createPBinding, exist, getAssociationTable, getClassName, getClassPNameCoder, getDecodedPName, getGenClassMapping, getGenClassMapping, getIndexesTable, getMetaInfo, getPBinder, getPMapper, getPNameCoder, getPNameCoder, getPNameIterator, getPNameIterator, getProjectName, getPType, getSubPCMs, init, init, isConform, match, read, read, read, resolve, setPBinder, write
 

Method Detail

getPrefetchSelectCols

public java.lang.String[] getPrefetchSelectCols()

getPrefetchWhereClause

public java.lang.String getPrefetchWhereClause()

getPrefetchTables

public java.util.List getPrefetchTables()

getCNId2Column

public java.util.Properties getCNId2Column()