| Package | Description |
|---|---|
| org.tentackle.pdo |
PDO persistence implementation.
|
| Modifier and Type | Field and Description |
|---|---|
List<Join<T,?>> |
PersistentObjectClassVariables.eagerJoins
The optional eager join.
|
| Modifier and Type | Method and Description |
|---|---|
List<Join<T,?>> |
PersistentObjectClassVariables.getEagerJoins()
Gets the eager joins.
|
List<Join<? super T,?>> |
AbstractPersistentObject.getEagerJoins()
Returns the eager joins for this PDO.
|
List<Join<? super T,?>> |
JoinedSelect.getJoins()
Gets the joins.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JoinedSelect.addJoin(Join<? super T,?> join)
Adds a join.
|
| Constructor and Description |
|---|
JoinedSelect(List<Join<? super T,?>> joins)
Creates a joined select from a list of joins.
|
PersistentObjectClassVariables(Class<T> pdoClass,
Class<P> poClass,
String tableAlias,
PersistentObjectClassVariables<? super T,? super P> superClassVariables,
List<Join<T,?>> eagerJoins)
Constructs a classvariable.
|
Copyright © 2016 Krake Softwaretechnik. All rights reserved.