Fix a typo
This commit is contained in:
parent
94a258c8d7
commit
a2e3c58257
|
@ -2125,7 +2125,7 @@ public abstract class BaseSqmToSqlAstConverter<T extends Statement> extends Base
|
|||
consumeExplicitJoins( sqmJoin, tableGroupJoin.getJoinedGroup() );
|
||||
consumeReusablePaths( sqmJoin, tableGroupJoin.getJoinedGroup() );
|
||||
|
||||
// add any additional join restrictionsHbmResultSetMappingDescriptor.java
|
||||
// add any additional join restrictions
|
||||
if ( sqmJoin.getJoinPredicate() != null ) {
|
||||
tableGroupJoin.applyPredicate(
|
||||
(Predicate) sqmJoin.getJoinPredicate().accept( this )
|
||||
|
|
|
@ -32,12 +32,12 @@ import static org.hamcrest.MatcherAssert.assertThat;
|
|||
|
||||
/**
|
||||
* A 1 ------------> 1 B 1 ----------> 1 C
|
||||
* 1 1
|
||||
* | |
|
||||
* | |
|
||||
* V V
|
||||
* 1 N
|
||||
* D 1------------>N E
|
||||
* 1 1
|
||||
* | |
|
||||
* | |
|
||||
* V V
|
||||
* 1 N
|
||||
* D 1------------>N E
|
||||
*
|
||||
* @author Gail Badner
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue