| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.deploy.id |
Helpers for Id property conversion
|
| com.avaje.ebeaninternal.server.query |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanPropertyAssocMany<T>
Property mapped to a List Set or Map.
|
class |
BeanPropertyAssocOne<T>
Property mapped to a joined bean.
|
class |
BeanPropertySimpleCollection<T> |
| Modifier and Type | Method and Description |
|---|---|
protected ImportedId |
BeanPropertyAssoc.createImportedId(BeanPropertyAssoc<?> owner,
BeanDescriptor<?> target,
TableJoin join)
Build the list of imported property.
|
| Modifier and Type | Field and Description |
|---|---|
protected BeanPropertyAssoc<?> |
ImportedIdSimple.owner |
| Constructor and Description |
|---|
ImportedIdEmbedded(BeanPropertyAssoc<?> owner,
BeanPropertyAssocOne<?> foreignAssocOne,
ImportedIdSimple[] imported) |
ImportedIdMultiple(BeanPropertyAssoc<?> owner,
ImportedIdSimple[] imported) |
ImportedIdSimple(BeanPropertyAssoc<?> owner,
String localDbColumn,
BeanProperty foreignProperty,
int position) |
| Constructor and Description |
|---|
SqlTreeNodeBean(String prefix,
BeanPropertyAssoc<?> beanProp,
BeanDescriptor<?> desc,
SqlTreeProperties props,
List<SqlTreeNode> myChildren,
boolean withId,
BeanPropertyAssocMany<?> lazyLoadParent)
Create with the appropriate node.
|
SqlTreeNodeBean(String prefix,
BeanPropertyAssoc<?> beanProp,
SqlTreeProperties props,
List<SqlTreeNode> myChildren,
boolean withId) |
SqlTreeNodeExtraJoin(String prefix,
BeanPropertyAssoc<?> assocBeanProperty) |
SqlTreeNodeManyWhereJoin(String prefix,
BeanPropertyAssoc<?> prop) |
Copyright © 2014. All Rights Reserved.