mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
Unify package-info contents
This commit is contained in:
parent
53a917641d
commit
ed91c7ca74
@ -13,6 +13,6 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implementations of Querydsl query interfaces for JavaBean collections
|
||||
* Java Bean collections support
|
||||
*/
|
||||
package com.querydsl.collections;
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Contains annotation for Domain and DTO types
|
||||
* Annotations for Domain and DTO types
|
||||
*/
|
||||
package com.querydsl.core.annotations;
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Contains basic Query elements
|
||||
* Basic Query elements
|
||||
*/
|
||||
package com.querydsl.core;
|
||||
|
||||
|
||||
@ -13,6 +13,6 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Operations represent typed operations with operator and arguments
|
||||
* DSL expression types
|
||||
*/
|
||||
package com.querydsl.core.types.dsl;
|
||||
|
||||
@ -13,6 +13,6 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* JDO support for Querydsl
|
||||
* JDO support
|
||||
*/
|
||||
package com.querydsl.jdo;
|
||||
|
||||
@ -12,8 +12,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* Query implementations for HQL and JPQL
|
||||
* JPA support
|
||||
*/
|
||||
package com.querydsl.jpa;
|
||||
|
||||
@ -12,8 +12,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
|
||||
/**
|
||||
* SQL/JDBC support for Querydsl
|
||||
* SQL/JDBC support
|
||||
*/
|
||||
package com.querydsl.sql;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user