Interface ReadOnlyJoinEntityHelper<T,SB extends com.landawn.abacus.util.SQLBuilder,TD extends Dao<T,SB,TD>>

All Superinterfaces:
JoinEntityHelper<T,SB,TD>
All Known Subinterfaces:
ReadOnlyCrudJoinEntityHelper<T,ID,SB,TD>, ReadOnlyCrudJoinEntityHelperL<T,SB,TD>, UncheckedReadOnlyCrudJoinEntityHelper<T,ID,SB,TD>, UncheckedReadOnlyCrudJoinEntityHelperL<T,SB,TD>, UncheckedReadOnlyJoinEntityHelper<T,SB,TD>

public interface ReadOnlyJoinEntityHelper<T,SB extends com.landawn.abacus.util.SQLBuilder,TD extends Dao<T,SB,TD>> extends JoinEntityHelper<T,SB,TD>