Class MasterDetailSelectIdStatement


  • public final class MasterDetailSelectIdStatement
    extends Object
    TODO P2 - this could be probably refactored using polymorphism of DFRelationship implementation, so each of the relationship impls can drive the queries.
    Author:
    Tim Dudgeon
    • Method Detail

      • create

        public static MasterDetailSelectIdStatement create​(com.im.df.api.ddl.DFEntity masterEty,
                                                           com.im.df.api.ddl.DFRelationship.Direction dir)
        Factory method. TODO - move this out of this class so that it is independent of DIF.
      • createPreparedStatmentSql

        public String createPreparedStatmentSql​(com.im.df.api.support.SortDirective sort)