Package | Description |
---|---|
net.sf.mmm.jpa.api.query.statenent.jpql | |
net.sf.mmm.jpa.impl.query.statement.jpql |
Modifier and Type | Method and Description |
---|---|
<E> JpqlSelectStatement<E> |
JpqlStatementFactory.selectFrom(EntityAlias<?> alias,
Class<E> toClass,
PropertyPath<?>... constructorArgs) |
JpqlSelectStatement<Object[]> |
JpqlStatementFactory.selectFrom(EntityAlias<?> alias,
PropertyPath<?>... paths) |
<E> JpqlSelectStatement<E> |
JpqlStatementFactory.selectFrom(EntityAlias<E> alias) |
Modifier and Type | Class and Description |
---|---|
class |
JpqlSelectStatementImpl<E,T>
Implementation of
JpqlSelectStatement . |
Modifier and Type | Method and Description |
---|---|
JpqlSelectStatement<E> |
JpqlSelectStatementImpl.andFrom(EntityAlias<?>... aliases) |
JpqlSelectStatement<E> |
JpqlSelectStatementImpl.having(Expression... expressions) |
<E> JpqlSelectStatement<E> |
JpqlStatementFactoryImpl.selectFrom(EntityAlias<?> alias,
Class<E> toClass,
PropertyPath<?>... constructorArgs) |
JpqlSelectStatement<Object[]> |
JpqlStatementFactoryImpl.selectFrom(EntityAlias<?> alias,
PropertyPath<?>... paths) |
<E> JpqlSelectStatement<E> |
JpqlStatementFactoryImpl.selectFrom(EntityAlias<E> alias) |
Copyright © 2001–2016 mmm-Team. All rights reserved.