logo

Crowdly

Browser

Add to Chrome

Welche Aussagen stimmen über diesen Sourcecode! Copy to BlackBox import venla...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Welche Aussagen stimmen über diesen Sourcecode!

Copy to BlackBox

import venlab.at.data.model.Box;

import org.springframework.data.domain.Page;

import org.springframework.data.domain.Pageable;

import org.springframework.data.jpa.repository.JpaRepository;

import org.springframework.data.jpa.repository.JpaSpecificationExecutor;

import org.springframework.data.jpa.repository.Query;

import java.util.Optional;

public interface BoxRepository extends JpaRepository<Box, String>, JpaSpecificationExecutor<Box> {

Optional<Box> findBybId(String bId);

@Query("from Box b")

Page<Box> findAllByQuery(Pageable paging);

}

0%
0%
0%
0%
More questions like this

Want instant access to all verified answers on elearning.tgm.ac.at?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome