| Package | Description |
|---|---|
| de.minee.jpa | |
| de.minee.rest.path |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAndOrConnection<T,U extends AbstractStatement<T>>
Base Class for connecting different Where clauses.
|
class |
AndQueryConnection<T,U extends AbstractStatement<T>> |
class |
InitialQueryConnection<T,U extends AbstractStatement<T>> |
class |
OrQueryConnection<T,U extends AbstractStatement<T>> |
class |
WhereClause<S,T,U extends AbstractStatement<T>> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJoinClause<S,T>
Joins the class S to T for additional where conditions.
|
class |
BackwardJoinClause<S,T> |
class |
ForwardJoinClause<S,T> |
class |
SelectStatement<T> |
| Modifier and Type | Method and Description |
|---|---|
<U extends AbstractStatement<T>> |
AbstractStatement.add(AbstractAndOrConnection<T,U> andOrConnection) |
<U extends AbstractStatement<T>> |
AbstractJoinClause.end() |
protected <U extends AbstractStatement<T>> |
AbstractJoinClause.getQueryConnection() |
| Modifier and Type | Method and Description |
|---|---|
AbstractStatement<T> |
InitialQueryConnection.query(String manualQuery) |
AbstractStatement<T> |
AbstractStatement.query(String whereClause)
Adds a plain SQL Where string to the Query.
|
protected static <S> AbstractStatement<S> |
SelectStatement.select(Class<S> clazz,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
AbstractAndOrConnection<T,AbstractStatement<T>> |
AbstractStatement.and() |
AbstractAndOrConnection<T,AbstractStatement<T>> |
AbstractStatement.or() |
<T> InitialQueryConnection<T,AbstractStatement<T>> |
AbstractDAO.select(Class<T> clazz)
Creates a Query for selecting Objects of type clazz.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimplePathPart.appendQuery(InitialQueryConnection<T,AbstractStatement<T>> query) |
void |
ForwardJoinPathPart.appendQuery(InitialQueryConnection<T,AbstractStatement<T>> query) |
void |
BackwardJoinPathPart.appendQuery(InitialQueryConnection<T,AbstractStatement<T>> query) |
List<T> |
ManagedPath.executeSelect(String[] pathSplit,
InitialQueryConnection<T,AbstractStatement<T>> select) |
Copyright © 2019. All rights reserved.