| Package | Description |
|---|---|
| com.avaje.ebean.bean |
Enhanced beans API and Support objects
|
| com.avaje.ebeaninternal.api | |
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.querydefn |
| Modifier and Type | Method and Description |
|---|---|
EntityBean |
EntityBeanIntercept.getOwner()
Return the 'owning' entity bean.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<EntityBean> |
SpiQuery.getContextAdditions()
Return the objects that should be added to the persistence context prior
to executing the query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SpiQuery.contextAdd(EntityBean bean)
Adds this bean to the persistence context prior to executing the query.
|
| Constructor and Description |
|---|
DefaultBeanState(EntityBean entityBean) |
| Modifier and Type | Method and Description |
|---|---|
EntityBean |
BeanDescriptor.createEntityBean()
Creates a new EntityBean without using the creation queue.
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<EntityBean> |
DefaultOrmQuery.getContextAdditions()
Return any beans that should be added to the persistence context prior to
executing the query.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultOrmQuery.contextAdd(EntityBean bean)
Add a bean to the context additions.
|
Copyright © 2014. All Rights Reserved.