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


public interface RdbPFilteredClass

This interface is supposed to be implemented by (generated) polymorphic classes that inherits their super-class w/ an 'added' or 'extend' mapping. It permits to retrive the filtering expression corresponding to the class at runtime and is called by the method appendExtentFilters of the interface RdbPPolymorphicClass implemented by all polymorphic classes


Method Summary
 void appendFilter(java.lang.StringBuffer sb)
          Appends the filtering expression of the class to a string buffer
 

Method Detail

appendFilter

public void appendFilter(java.lang.StringBuffer sb)
Appends the filtering expression of the class to a string buffer