| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.deploy.meta |
Temporary objects used to collect deployment information
|
| com.avaje.ebeaninternal.server.deploy.parse |
Deployment information parsing
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersistControllerManager.addPersistControllers(DeployBeanDescriptor<?> deployDesc)
Return the BeanPersistController for a given entity type.
|
<T> void |
PersistListenerManager.addPersistListeners(DeployBeanDescriptor<T> deployDesc)
Return the BeanPersistController for a given entity type.
|
void |
BeanQueryAdapterManager.addQueryAdapter(DeployBeanDescriptor<?> deployDesc)
Return the BeanPersistController for a given entity type.
|
| Constructor and Description |
|---|
BeanDescriptor(BeanDescriptorMap owner,
TypeManager typeManager,
DeployBeanDescriptor<T> deploy,
String descriptorId)
Construct the BeanDescriptor.
|
| Constructor and Description |
|---|
DeployBeanProperty(DeployBeanDescriptor<?> desc,
Class<?> propertyType,
ScalarType<?> scalarType,
ScalarTypeConverter<?,?> typeConverter) |
DeployBeanPropertyAssoc(DeployBeanDescriptor<?> desc,
Class<T> targetType)
Construct the property.
|
DeployBeanPropertyAssocMany(DeployBeanDescriptor<?> desc,
Class<T> targetType,
ManyType manyType)
Create this property.
|
DeployBeanPropertyAssocOne(DeployBeanDescriptor<?> desc,
Class<T> targetType)
Create the property.
|
DeployBeanPropertyCompound(DeployBeanDescriptor<?> desc,
Class<?> targetType,
CtCompoundType<?> compoundType,
ScalarTypeConverter<?,?> typeConverter)
Create the property.
|
DeployBeanPropertyLists(BeanDescriptorMap owner,
BeanDescriptor<?> desc,
DeployBeanDescriptor<?> deploy) |
DeployBeanPropertySimpleCollection(DeployBeanDescriptor<?> desc,
Class<T> targetType,
ScalarType<T> scalarType,
ManyType manyType) |
| Modifier and Type | Field and Description |
|---|---|
protected DeployBeanDescriptor<?> |
AnnotationParser.descriptor |
| Modifier and Type | Method and Description |
|---|---|
DeployBeanDescriptor<T> |
DeployBeanInfo.getDescriptor()
Return the BeanDescriptor currently being processed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeployCreateProperties.createProperties(DeployBeanDescriptor<?> desc)
Create the appropriate properties for a bean.
|
void |
DeployInherit.process(DeployBeanDescriptor<?> desc) |
void |
TransientProperties.process(DeployBeanDescriptor<?> desc)
Mark any additional properties as transient.
|
| Constructor and Description |
|---|
DeployBeanInfo(DeployUtil util,
DeployBeanDescriptor<T> descriptor)
Create with a DeployUtil and BeanDescriptor.
|
Copyright © 2014. All Rights Reserved.