| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.deploy.meta |
Temporary objects used to collect deployment information
|
| com.avaje.ebeaninternal.server.reflect |
Bean reflection Implementation
|
| Modifier and Type | Method and Description |
|---|---|
BeanReflect |
DeployBeanDescriptor.getBeanReflect() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeployBeanDescriptor.setBeanReflect(BeanReflect beanReflect)
Set the BeanReflect used to create new instances of an EntityBean.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnhanceBeanReflect
A BeanReflect implementation based on the enhancement that creates EntityBean
implementations.
|
| Modifier and Type | Method and Description |
|---|---|
BeanReflect |
EnhanceBeanReflectFactory.create(Class<?> vanillaType,
Class<?> entityBeanType) |
BeanReflect |
BeanReflectFactory.create(Class<?> vanillaType,
Class<?> entityBeanType)
Create the BeanReflect for the given plain bean and its EntityBean equivalent.
|
Copyright © 2014. All Rights Reserved.