Skip to content

Commit b3625a3

Browse files
committed
delete two unused classes
1 parent 3d14d1b commit b3625a3

File tree

3 files changed

+6
-87
lines changed

3 files changed

+6
-87
lines changed

hibernate-core/src/main/java/org/hibernate/query/internal/AbstractQueryParameterImpl.java

Lines changed: 0 additions & 44 deletions
This file was deleted.

hibernate-core/src/main/java/org/hibernate/query/sqm/ConstructorEntityArgumentMode.java

Lines changed: 0 additions & 37 deletions
This file was deleted.

hibernate-core/src/test/java/org/hibernate/orm/test/annotations/manytomany/defaults/ManyToManyImplicitNamingTest.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
import static org.junit.Assert.assertTrue;
2424

2525
/**
26-
* Tests names generated for @JoinTable and @JoinColumn for unidirectional and bidirectional
27-
* many-to-many associations using the "legacy JPA" naming strategy, which does not comply
28-
* with JPA spec in all cases. See HHH-9390 for more information.
29-
*
30-
* NOTE: expected primary table names and join columns are explicit here to ensure that
31-
* entity names/tables and PK columns are not changed (which would invalidate these test cases).
26+
* Tests names generated for {@code @JoinTable} and {@code @JoinColumn} for unidirectional
27+
* and bidirectional many-to-many associations using the "legacy JPA" naming strategy, which
28+
* does not comply with JPA spec in all cases. See HHH-9390 for more information.
29+
* <p>
30+
* Expected primary table names and join columns are explicit here to ensure that entity
31+
* names/tables and PK columns are not changed (which would invalidate these test cases).
3232
*
3333
* @author Gail Badner
3434
*/

0 commit comments

Comments
 (0)