You can do that easily in your Interface public interface EntityRepository extends CrudRepository<Batch, String> { Iterable<Entity> findByStatusIdNotNull(); }.
確定! 回上一頁