SELF
- the generic type of this query itself (this) for fluent API calls.public interface FeatureInnerJoin<SELF extends FeatureInnerJoin<SELF>> extends StatementFeature
Modifier and Type | Method and Description |
---|---|
<E> SELF |
innerJoin(CollectionPath<?,E> path,
EntityAlias<E> alias) |
<E> SELF innerJoin(CollectionPath<?,E> path, EntityAlias<E> alias)
E
- the generic type of the Collection
-elements
.path
- the CollectionPath
to join.alias
- the Alias
.Copyright © 2001–2016 mmm-Team. All rights reserved.