SELF
- the generic type of this query itself (this) for fluent API calls.public interface FeatureAndFrom<SELF extends FeatureAndFrom<SELF>> extends StatementFeature
StatementFeature
for a Statement
with support for #innerJoin
block.Modifier and Type | Method and Description |
---|---|
SELF |
andFrom(EntityAlias<?>... aliases) |
SELF andFrom(EntityAlias<?>... aliases)
aliases
- the CollectionPath
to select from (in addition to
Statement.getAlias()
).Copyright © 2001–2016 mmm-Team. All rights reserved.