7 changed files with 37 additions and 0 deletions
@ -0,0 +1,7 @@
@@ -0,0 +1,7 @@
|
||||
/** |
||||
* Central domain abstractions especially to be used in combination with the {@link org.springframework.data.repository.Repository} abstraction. |
||||
* |
||||
* @see org.springframework.data.repository.Repository |
||||
*/ |
||||
package org.springframework.data.domain; |
||||
|
||||
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
/** |
||||
* Base classes for repository namespace implementations. |
||||
*/ |
||||
package org.springframework.data.repository.config; |
||||
|
||||
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
/** |
||||
* Central interfaces for repository abstraction. |
||||
*/ |
||||
package org.springframework.data.repository; |
||||
|
||||
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
/** |
||||
* Support classes to work with query methods. |
||||
*/ |
||||
package org.springframework.data.repository.query; |
||||
|
||||
@ -0,0 +1,5 @@
@@ -0,0 +1,5 @@
|
||||
/** |
||||
* Support classes for parsing queries from method names. |
||||
*/ |
||||
package org.springframework.data.repository.query.parser; |
||||
|
||||
Loading…
Reference in new issue