File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
hibernate-core/src/main/java/org/hibernate Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
* Defines strategies for post-processing criteria query
10
10
* results into a form convenient to the application.
11
11
* <p>
12
- * Deprecated, use {@link org.hibernate.query.TupleTransformer}
12
+ * @deprecated use {@link org.hibernate.query.TupleTransformer}
13
13
* and/or {@link org.hibernate.query.ResultListTransformer}
14
14
* which are defined in {@link org.hibernate.query}.
15
15
*/
Original file line number Diff line number Diff line change 9
9
* Most contracts here have been replaced by the new runtime
10
10
* {@linkplain org.hibernate.metamodel.mapping mapping model}.
11
11
* <p>
12
- * Value-generation related contracts have been replaced by
12
+ * @deprecated Value-generation related contracts have been replaced by
13
13
* {@link org.hibernate.generator}
14
14
*/
15
15
@ Remove @ Deprecated
You can’t perform that action at this time.
0 commit comments