fix a broken @see annotation + remove one
This commit is contained in:
parent
b7caec4b68
commit
37010a1a8d
|
@ -15,8 +15,7 @@ import org.hibernate.query.TupleTransformer;
|
||||||
* Implementors define a strategy for transforming query results into the
|
* Implementors define a strategy for transforming query results into the
|
||||||
* actual application-visible query result list.
|
* actual application-visible query result list.
|
||||||
*
|
*
|
||||||
* @see org.hibernate.Criteria#setResultTransformer(ResultTransformer)
|
* @see org.hibernate.query.Query#setResultTransformer(ResultTransformer)
|
||||||
* @see org.hibernate.Query#setResultTransformer(ResultTransformer)
|
|
||||||
*
|
*
|
||||||
* @author Gavin King
|
* @author Gavin King
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue