| Package | Description |
|---|---|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.ddl | |
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.deploy.meta |
Temporary objects used to collect deployment information
|
| com.avaje.ebeaninternal.server.loadcontext | |
| com.avaje.ebeaninternal.server.query | |
| com.avaje.ebeaninternal.server.querydefn |
| Modifier and Type | Method and Description |
|---|---|
BeanPropertyAssocMany<?> |
LoadManyBuffer.getBeanProperty() |
BeanPropertyAssocMany<?> |
SpiQuery.getLazyLoadForParentsProperty()
Return the lazy loading 'many' property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpiQuery.setLazyLoadForParents(List<Object> parentIds,
BeanPropertyAssocMany<?> many)
This becomes a lazy loading query for a many relationship.
|
| Modifier and Type | Method and Description |
|---|---|
BeanPropertyAssocMany<?> |
OrmQueryRequest.getManyProperty()
Return the many property that is fetched in the query or null if there is
not one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPropertyVisitor.visitMany(BeanPropertyAssocMany<?> p) |
void |
PropertyVisitor.visitMany(BeanPropertyAssocMany<?> p)
Visit a OneToMany or ManyToMany property.
|
void |
CreateTableColumnVisitor.visitMany(BeanPropertyAssocMany<?> p) |
void |
BaseTablePropertyVisitor.visitMany(BeanPropertyAssocMany<?> p)
Not part of base table.
|
| Constructor and Description |
|---|
CreateIntersectionTable(DdlGenContext ctx,
BeanPropertyAssocMany<?> manyProp) |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanPropertySimpleCollection<T> |
| Modifier and Type | Method and Description |
|---|---|
BeanPropertyAssocMany<?> |
DbReadContext.getManyProperty()
Return the property that is associated with the many.
|
BeanPropertyAssocMany<?> |
BeanDescriptor.getManyProperty(SpiQuery<?> query)
Return the many property included in the query or null if one is not.
|
BeanPropertyAssocMany<?> |
BeanPropertyAssocOne.getRelationshipProperty() |
BeanPropertyAssocMany<?>[] |
BeanDescriptor.propertiesMany()
All Assoc Many's for this descriptor.
|
BeanPropertyAssocMany<?>[] |
BeanDescriptor.propertiesManyDelete()
Assoc Many's with delete cascade.
|
BeanPropertyAssocMany<?>[] |
BeanDescriptor.propertiesManySave()
Assoc Many's with save cascade.
|
BeanPropertyAssocMany<?>[] |
BeanDescriptor.propertiesManyToMany()
Assoc ManyToMany's.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BeanDescriptor.cacheLoadMany(BeanPropertyAssocMany<?> many,
BeanCollection<?> bc,
Object parentId,
Boolean readOnly) |
void |
BeanDescriptor.cachePutMany(BeanPropertyAssocMany<?> many,
BeanCollection<?> bc,
Object parentId) |
static <T> BeanCollectionHelp<T> |
BeanCollectionHelpFactory.create(BeanPropertyAssocMany<T> manyProperty)
Create the helper based on the many property.
|
void |
BeanPropertyAssocOne.setRelationshipProperty(BeanPropertyAssocMany<?> relationshipProperty) |
| Constructor and Description |
|---|
BeanListHelp(BeanPropertyAssocMany<T> many) |
BeanMapHelp(BeanPropertyAssocMany<T> many) |
BeanSetHelp(BeanPropertyAssocMany<T> many)
When attached to a specific many property.
|
| Modifier and Type | Method and Description |
|---|---|
BeanPropertyAssocMany<?>[] |
DeployBeanPropertyLists.getMany() |
BeanPropertyAssocMany<?>[] |
DeployBeanPropertyLists.getManyDelete() |
BeanPropertyAssocMany<?>[] |
DeployBeanPropertyLists.getManySave() |
BeanPropertyAssocMany<?>[] |
DeployBeanPropertyLists.getManyToMany() |
| Modifier and Type | Field and Description |
|---|---|
protected BeanPropertyAssocMany<?> |
DLoadManyContext.property |
| Modifier and Type | Method and Description |
|---|---|
BeanPropertyAssocMany<?> |
DLoadManyContext.getBeanProperty() |
BeanPropertyAssocMany<?> |
DLoadManyContext.LoadBuffer.getBeanProperty() |
| Constructor and Description |
|---|
DLoadManyContext(DLoadContext parent,
BeanPropertyAssocMany<?> property,
String path,
int defaultBatchSize,
OrmQueryProperties queryProps) |
| Modifier and Type | Method and Description |
|---|---|
BeanPropertyAssocMany<?> |
CQuery.getManyProperty()
Return the property that is associated with the many.
|
BeanPropertyAssocMany<?> |
SqlTree.getManyProperty()
Return the property that is associated with the many.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBeanLoad.loadAssocMany(BeanPropertyAssocMany<?> prop) |
void |
SqlTree.setManyProperty(BeanPropertyAssocMany<?> manyProperty,
String manyPropertyName,
ElPropertyValue manyPropEl)
Set the manyProperty used for this query.
|
| Constructor and Description |
|---|
BeanCollectionWrapper(BeanPropertyAssocMany<?> manyProp)
Create based on a ManyType and mapKey.
|
SqlTreeNodeBean(String prefix,
BeanPropertyAssoc<?> beanProp,
BeanDescriptor<?> desc,
SqlTreeProperties props,
List<SqlTreeNode> myChildren,
boolean withId,
BeanPropertyAssocMany<?> lazyLoadParent)
Create with the appropriate node.
|
SqlTreeNodeManyRoot(String prefix,
BeanPropertyAssocMany<?> prop,
SqlTreeProperties props,
List<SqlTreeNode> myList) |
SqlTreeNodeRoot(BeanDescriptor<?> desc,
SqlTreeProperties props,
List<SqlTreeNode> myList,
boolean withId,
TableJoin includeJoin,
BeanPropertyAssocMany<?> many)
Specify for SqlSelect to include an Id property or not.
|
| Modifier and Type | Method and Description |
|---|---|
BeanPropertyAssocMany<?> |
DefaultOrmQuery.getLazyLoadForParentsProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOrmQuery.setLazyLoadForParents(List<Object> parentIds,
BeanPropertyAssocMany<?> many) |
Copyright © 2014. All Rights Reserved.