File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed
main/java/org/springframework/samples/petclinic/owner
test/java/org/springframework/samples/petclinic/owner Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
package org .springframework .samples .petclinic .owner ;
17
17
18
- import java .util .List ;
19
18
import java .util .Optional ;
20
19
21
20
import jakarta .annotation .Nonnull ;
22
21
import org .springframework .data .domain .Page ;
23
22
import org .springframework .data .domain .Pageable ;
24
23
import org .springframework .data .jpa .repository .JpaRepository ;
25
- import org .springframework .data .jpa .repository .Query ;
26
24
27
25
/**
28
26
* Repository class for <code>Owner</code> domain objects. All method names are compliant
Original file line number Diff line number Diff line change 17
17
package org .springframework .samples .petclinic .owner ;
18
18
19
19
import java .util .List ;
20
- import java .util .Optional ;
21
20
22
- import jakarta .annotation .Nonnull ;
23
- import org .springframework .data .domain .Page ;
24
- import org .springframework .data .domain .Pageable ;
25
21
import org .springframework .data .jpa .repository .JpaRepository ;
26
22
import org .springframework .data .jpa .repository .Query ;
27
23
Original file line number Diff line number Diff line change 24
24
import org .springframework .boot .test .autoconfigure .web .servlet .WebMvcTest ;
25
25
import org .springframework .context .annotation .ComponentScan ;
26
26
import org .springframework .context .annotation .FilterType ;
27
- import org .springframework .samples .petclinic .owner .PetTypeRepository ;
28
- import org .springframework .samples .petclinic .owner .OwnerRepository ;
29
27
import org .springframework .test .context .aot .DisabledInAotMode ;
30
28
import org .springframework .test .context .bean .override .mockito .MockitoBean ;
31
29
import org .springframework .test .web .servlet .MockMvc ;
You can’t perform that action at this time.
0 commit comments