| 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 |
|---|---|
static BeanEmbeddedMeta |
BeanEmbeddedMetaFactory.create(BeanDescriptorMap owner,
DeployBeanPropertyAssocOne<?> prop,
BeanDescriptor<?> descriptor)
Create BeanProperties for embedded beans using the deployment specific DB column name and table alias.
|
| Constructor and Description |
|---|
BeanPropertyAssocOne(BeanDescriptorMap owner,
BeanDescriptor<?> descriptor,
DeployBeanPropertyAssocOne<T> deploy)
Create the property.
|
BeanPropertyAssocOne(BeanDescriptorMap owner,
DeployBeanPropertyAssocOne<T> deploy)
Create based on deploy information of an EmbeddedId.
|
| Modifier and Type | Method and Description |
|---|---|
DeployBeanPropertyAssocOne<?> |
DeployBeanDescriptor.findJoinToTable(String tableName) |
DeployBeanPropertyAssocOne<?> |
DeployBeanDescriptor.getUnidirectional() |
| Modifier and Type | Method and Description |
|---|---|
List<DeployBeanPropertyAssocOne<?>> |
DeployBeanDescriptor.propertiesAssocOne()
Return an Iterator of BeanPropertyAssocOne that are not embedded.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeployBeanDescriptor.setUnidirectional(DeployBeanPropertyAssocOne<?> unidirectional) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeployBeanInfo.setBeanJoinType(DeployBeanPropertyAssocOne<?> beanProp,
boolean outerJoin)
Set a the join alias for a assoc one property.
|
Copyright © 2014. All Rights Reserved.