| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.el | |
| com.avaje.ebeaninternal.server.expression |
Expressions for building WHERE clauses.
|
| com.avaje.ebeaninternal.server.query | |
| com.avaje.ebeaninternal.server.text.csv | |
| com.avaje.ebeaninternal.server.type |
Built in and custom Scalar types support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BeanFkeyProperty
Used to evaluate imported foreign keys so as to avoid unnecessary joins.
|
class |
BeanProperty
Description of a property of a bean.
|
class |
BeanPropertyAssoc<T>
Abstract base for properties mapped to an associated bean, list, set or map.
|
class |
BeanPropertyAssocMany<T>
Property mapped to a List Set or Map.
|
class |
BeanPropertyAssocOne<T>
Property mapped to a joined bean.
|
class |
BeanPropertyCompound
Property mapped to an Immutable Compound Value Object.
|
class |
BeanPropertyCompoundScalar
A BeanProperty owned by a Compound value object that maps to
a real scalar type.
|
class |
BeanPropertySimpleCollection<T> |
| Modifier and Type | Method and Description |
|---|---|
protected ElPropertyValue |
BeanDescriptor.buildElGetValue(String propName,
ElPropertyChainBuilder chain,
boolean propertyDeploy) |
ElPropertyValue |
BeanPropertyAssocOne.buildElPropertyValue(String propName,
String remainder,
ElPropertyChainBuilder chain,
boolean propertyDeploy) |
ElPropertyValue |
BeanPropertyCompound.buildElPropertyValue(String propName,
String remainder,
ElPropertyChainBuilder chain,
boolean propertyDeploy) |
ElPropertyValue |
BeanPropertyAssocMany.buildElPropertyValue(String propName,
String remainder,
ElPropertyChainBuilder chain,
boolean propertyDeploy) |
ElPropertyValue |
BeanProperty.buildElPropertyValue(String propName,
String remainder,
ElPropertyChainBuilder chain,
boolean propertyDeploy) |
protected ElPropertyValue |
BeanPropertyAssoc.createElPropertyValue(String propName,
String remainder,
ElPropertyChainBuilder chain,
boolean propertyDeploy)
Create a ElPropertyValue for a *ToOne or *ToMany.
|
ElPropertyValue |
BeanDescriptor.getElGetValue(String propName)
Get an Expression language Value object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ElPropertyChain
A ElGetValue based on a chain of properties.
|
| Modifier and Type | Method and Description |
|---|---|
ElPropertyChainBuilder |
ElPropertyChainBuilder.add(ElPropertyValue element)
Add a ElGetValue element to the chain.
|
| Constructor and Description |
|---|
ElComparatorProperty(ElPropertyValue elGetValue,
boolean ascending,
boolean nullsHigh) |
ElPropertyChain(boolean containsMany,
boolean embedded,
String expression,
ElPropertyValue[] chain) |
| Modifier and Type | Method and Description |
|---|---|
protected ElPropertyValue |
AbstractExpression.getElProp(SpiExpressionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
ElPropertyValue |
SqlTree.getManyPropertyEl() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlTree.setManyProperty(BeanPropertyAssocMany<?> manyProperty,
String manyPropertyName,
ElPropertyValue manyPropEl)
Set the manyProperty used for this query.
|
| Constructor and Description |
|---|
TCsvReader.CsvColumn(ElPropertyValue elProp,
StringParser parser,
boolean reference)
Construct with a property and parser.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CtCompoundPropertyElAdapter
Adapter for CtCompoundProperty to ElPropertyValue.
|
Copyright © 2014. All Rights Reserved.