Added package-info.java files.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* JPA specific support classes to implement domain classes.
|
||||
*/
|
||||
package org.springframework.data.jpa.domain;
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Implementation classes for auditing with JPA.
|
||||
*/
|
||||
package org.springframework.data.jpa.domain.support;
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
/**
|
||||
* Support classes for Spring namespace configuration.
|
||||
* Classes for JPA namespace configuration.
|
||||
*/
|
||||
package org.springframework.data.jpa.repository.config;
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Interfaces and annotations for JPA specific repositories.
|
||||
*/
|
||||
package org.springframework.data.jpa.repository;
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Query implementation to exectue queries against JPA.
|
||||
*/
|
||||
package org.springframework.data.jpa.repository.query;
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* JPA repository implementations.
|
||||
*/
|
||||
package org.springframework.data.jpa.repository.support;
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* JPA specific utitlity functions.
|
||||
*/
|
||||
package org.springframework.data.jpa.repository.utils;
|
||||
|
||||
Reference in New Issue
Block a user