Skip to content

Commit

Permalink
minor cleanup to test
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed Feb 17, 2025
1 parent 976ede8 commit b6305af
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ public void testSortingEmbeddableCollectionOfPrimitives(SessionFactoryScope scop

private void checkSQLOrderBy(Session session, String entityName, String propertyName, SortDirection order) {
String roleName = entityName + "." + propertyName;
String alias = "alias1";
BasicCollectionPersister collectionPersister = (BasicCollectionPersister) session
.unwrap( SessionImplementor.class )
.getFactory()
Expand Down

0 comments on commit b6305af

Please sign in to comment.