| Package | Description |
|---|---|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.expression |
Expressions for building WHERE clauses.
|
| com.avaje.ebeaninternal.server.querydefn | |
| com.avaje.ebeaninternal.util |
Utility objects
|
| Modifier and Type | Method and Description |
|---|---|
ManyWhereJoins |
SpiQuery.getManyWhereJoins()
Return the joins required to support predicates on the many properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpiExpression.containsMany(BeanDescriptor<?> desc,
ManyWhereJoins whereManyJoins)
Process "Many" properties populating ManyWhereJoins.
|
void |
SpiExpressionList.containsMany(BeanDescriptor<?> desc,
ManyWhereJoins manyWhereJoins)
Process "Many" properties populating ManyWhereJoins.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractExpression.containsMany(BeanDescriptor<?> desc,
ManyWhereJoins manyWhereJoin) |
void |
DefaultExampleExpression.containsMany(BeanDescriptor<?> desc,
ManyWhereJoins whereManyJoins) |
void |
IdInExpression.containsMany(BeanDescriptor<?> desc,
ManyWhereJoins manyWhereJoin) |
| Modifier and Type | Method and Description |
|---|---|
ManyWhereJoins |
DefaultOrmQuery.getManyWhereJoins() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultExpressionList.containsMany(BeanDescriptor<?> desc,
ManyWhereJoins whereManyJoins)
Return true if one of the expressions is related to a Many property.
|
Copyright © 2014. All Rights Reserved.