Interface ReadOnlyCrudJoinEntityHelper<T,ID,SB extends com.landawn.abacus.util.SQLBuilder,TD extends CrudDao<T,ID,SB,TD>>

All Superinterfaces:
CrudJoinEntityHelper<T,ID,SB,TD>, JoinEntityHelper<T,SB,TD>, ReadOnlyJoinEntityHelper<T,SB,TD>
All Known Subinterfaces:
ReadOnlyCrudJoinEntityHelperL<T,SB,TD>

public interface ReadOnlyCrudJoinEntityHelper<T,ID,SB extends com.landawn.abacus.util.SQLBuilder,TD extends CrudDao<T,ID,SB,TD>> extends ReadOnlyJoinEntityHelper<T,SB,TD>, CrudJoinEntityHelper<T,ID,SB,TD>