public class ReadAnnotations extends Object
| Constructor and Description |
|---|
ReadAnnotations() |
| Modifier and Type | Method and Description |
|---|---|
void |
readAssociations(DeployBeanInfo<?> info,
BeanDescriptorManager factory)
Read and process the associated relationship annotations.
|
void |
readInitial(DeployBeanInfo<?> info)
Read the initial non-relationship annotations included Id and EmbeddedId.
|
public void readInitial(DeployBeanInfo<?> info)
We then have enough to create BeanTables which are used in readAssociations to resolve the relationships etc.
public void readAssociations(DeployBeanInfo<?> info, BeanDescriptorManager factory)
These can only be processed after the BeanTables have been created
This uses the factory as a call back to get the BeanTable for a given associated bean.
Copyright © 2014. All Rights Reserved.