Package | Description |
---|---|
com.avaje.ebeaninternal.api | |
com.avaje.ebeaninternal.server.deploy |
Bean description
|
com.avaje.ebeaninternal.server.deploy.meta |
Temporary objects used to collect deployment information
|
com.avaje.ebeaninternal.server.query | |
com.avaje.ebeaninternal.server.querydefn |
Modifier and Type | Method and Description |
---|---|
TableJoin |
SpiQuery.getIncludeTableJoin() |
Modifier and Type | Method and Description |
---|---|
void |
SpiQuery.setIncludeTableJoin(TableJoin includeTableJoin) |
Modifier and Type | Method and Description |
---|---|
TableJoin |
BeanPropertyAssocMany.getIntersectionTableJoin()
ManyToMany only, join from local table to intersection table.
|
TableJoin |
BeanPropertyAssoc.getTableJoin()
return the join to use for the bean.
|
TableJoin[] |
BeanDescriptor.tableJoins()
Return the TableJoins.
|
Modifier and Type | Method and Description |
---|---|
protected ImportedId |
BeanPropertyAssoc.createImportedId(BeanPropertyAssoc<?> owner,
BeanDescriptor<?> target,
TableJoin join)
Build the list of imported property.
|
Modifier and Type | Method and Description |
---|---|
TableJoin |
DeployBeanPropertyAssocMany.createIntersectionTableJoin()
Create the immutable version of the intersection join.
|
TableJoin |
DeployBeanPropertyAssocMany.createInverseTableJoin()
Create the immutable version of the inverse join.
|
TableJoin[] |
DeployBeanPropertyLists.getTableJoin() |
Modifier and Type | Method and Description |
---|---|
TableJoin[] |
SqlTreeProperties.getTableJoins() |
Modifier and Type | Method and Description |
---|---|
void |
SqlTreeProperties.setTableJoins(TableJoin[] tableJoins) |
Constructor and Description |
---|
SqlTreeNodeRoot(BeanDescriptor<?> desc,
SqlTreeProperties props,
List<SqlTreeNode> myList,
boolean withId,
TableJoin includeJoin,
BeanPropertyAssocMany<?> many)
Specify for SqlSelect to include an Id property or not.
|
Modifier and Type | Method and Description |
---|---|
TableJoin |
DefaultOrmQuery.getIncludeTableJoin() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultOrmQuery.setIncludeTableJoin(TableJoin includeTableJoin) |
Copyright © 2015. All Rights Reserved.