Class | Line # | Actions | |||||
---|---|---|---|---|---|---|---|
PaginationTestDAO | 10 | 0 | - | 0 | 0 |
1 | package org.europa.together.business; | |
2 | ||
3 | import org.europa.together.JUnit5Preperator; | |
4 | import org.europa.together.domain.PaginationTestDO; | |
5 | import org.junit.jupiter.api.extension.ExtendWith; | |
6 | import org.springframework.stereotype.Component; | |
7 | ||
8 | @Component | |
9 | @ExtendWith({JUnit5Preperator.class}) | |
10 | public interface PaginationTestDAO extends GenericDAO<PaginationTestDO, String> { | |
11 | ||
12 | String FEATURE_ID = "CM-02"; | |
13 | } |