| Package | Description |
|---|---|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.el | |
| com.avaje.ebeaninternal.server.type |
Built in and custom Scalar types support.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManyWhereJoins.add(ElPropertyDeploy elProp)
Add a many where join.
|
| 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 |
|---|---|
ElPropertyDeploy |
BeanDescriptor.getElPropertyDeploy(String propName)
Similar to ElPropertyValue but also uses foreign key shortcuts.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ElPropertyValue
The expression language object that can get values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ElPropertyChain
A ElGetValue based on a chain of properties.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CtCompoundPropertyElAdapter
Adapter for CtCompoundProperty to ElPropertyValue.
|
Copyright © 2014. All Rights Reserved.