mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
added comments
This commit is contained in:
parent
959d757745
commit
f65c2fd607
@ -59,6 +59,8 @@ public final class HibernateQuery extends AbstractHibernateQuery<HibernateQuery>
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates a new Session bound query
|
||||
*
|
||||
* @param session
|
||||
* @param templates
|
||||
*/
|
||||
@ -67,6 +69,8 @@ public final class HibernateQuery extends AbstractHibernateQuery<HibernateQuery>
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates a new Session bound query
|
||||
*
|
||||
* @param session
|
||||
* @param templates
|
||||
* @param metadata
|
||||
|
||||
@ -49,6 +49,8 @@ public final class JPAQuery extends AbstractJPAQuery<JPAQuery> implements HQLQue
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates a new query
|
||||
*
|
||||
* @param session
|
||||
* @param templates
|
||||
* @param metadata
|
||||
|
||||
Loading…
Reference in New Issue
Block a user