added comments

This commit is contained in:
Timo Westkämper 2010-07-30 19:54:50 +00:00
parent 959d757745
commit f65c2fd607
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -49,6 +49,8 @@ public final class JPAQuery extends AbstractJPAQuery<JPAQuery> implements HQLQue
}
/**
* Creates a new query
*
* @param session
* @param templates
* @param metadata