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

All Superinterfaces:
CrudDao<T,Long,SB,TD>, CrudDaoL<T,SB,TD>, Dao<T,SB,TD>, NoUpdateCrudDao<T,Long,SB,TD>, NoUpdateDao<T,SB,TD>
All Known Subinterfaces:
ReadOnlyCrudDaoL<T,SB,TD>

@Beta public interface NoUpdateCrudDaoL<T,SB extends com.landawn.abacus.util.SQLBuilder,TD extends NoUpdateCrudDaoL<T,SB,TD>> extends NoUpdateCrudDao<T,Long,SB,TD>, CrudDaoL<T,SB,TD>