| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.core |
Core implementation objects
|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.deploy.meta |
Temporary objects used to collect deployment information
|
| Modifier and Type | Method and Description |
|---|---|
BeanFinder<T> |
OrmQueryRequest.getBeanFinder()
Return a bean specific finder if one has been set.
|
| Modifier and Type | Method and Description |
|---|---|
BeanFinder<T> |
BeanDescriptor.getBeanFinder()
Return the beanFinder.
|
<T> BeanFinder<T> |
DefaultBeanFinderManager.getBeanFinder(Class<T> entityType)
Return the BeanFinder for a given entity type.
|
<T> BeanFinder<T> |
BeanFinderManager.getBeanFinder(Class<T> entityType)
Return the BeanController for a given entity type.
|
| Modifier and Type | Method and Description |
|---|---|
BeanFinder<T> |
DeployBeanDescriptor.getBeanFinder()
Return the beanFinder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeployBeanDescriptor.setBeanFinder(BeanFinder<T> beanFinder)
Set the BeanFinder to use for beans of this type.
|
Copyright © 2014. All Rights Reserved.