data
This commit is contained in:
parent
9ef29de187
commit
657adb29fe
@ -36,6 +36,7 @@ import org.springframework.transaction.PlatformTransactionManager;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Spring Data Configuration.
|
* Spring Data Configuration.
|
||||||
|
*
|
||||||
* @author Rob Winch
|
* @author Rob Winch
|
||||||
*/
|
*/
|
||||||
@Configuration
|
@Configuration
|
||||||
|
@ -21,6 +21,7 @@ import org.springframework.stereotype.Repository;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* A repository for accessing {@link Message}s.
|
* A repository for accessing {@link Message}s.
|
||||||
|
*
|
||||||
* @author Rob Winch
|
* @author Rob Winch
|
||||||
*/
|
*/
|
||||||
@Repository
|
@Repository
|
||||||
|
@ -23,6 +23,7 @@ import java.util.List;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* A repository that integrates with Spring Security for accessing {@link Message}s.
|
* A repository that integrates with Spring Security for accessing {@link Message}s.
|
||||||
|
*
|
||||||
* @author Rob Winch
|
* @author Rob Winch
|
||||||
*/
|
*/
|
||||||
@Repository
|
@Repository
|
||||||
|
Loading…
x
Reference in New Issue
Block a user