| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.deploy |
Bean description
|
| com.avaje.ebeaninternal.server.deploy.id |
Helpers for Id property conversion
|
| com.avaje.ebeaninternal.server.query |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanPropertyAssocOne.loadIgnore(DbReadContext ctx) |
void |
BeanPropertyCompound.loadIgnore(DbReadContext ctx) |
void |
BeanPropertyAssocMany.loadIgnore(DbReadContext ctx) |
void |
BeanProperty.loadIgnore(DbReadContext ctx) |
Object |
BeanPropertyAssocOne.read(DbReadContext ctx)
Read the data from the resultSet effectively ignoring it and returning null.
|
Object |
BeanPropertyCompound.read(DbReadContext ctx)
Read the data from the resultSet effectively ignoring it and returning
null.
|
Object |
BeanPropertyAssocMany.read(DbReadContext ctx) |
Object |
BeanProperty.read(DbReadContext ctx) |
Object |
BeanPropertyAssocOne.readSet(DbReadContext ctx,
Object bean,
Class<?> type) |
Object |
BeanPropertyCompound.readSet(DbReadContext ctx,
Object bean,
Class<?> type) |
Object |
BeanPropertyAssocMany.readSet(DbReadContext ctx,
Object bean,
Class<?> type) |
Object |
TableJoin.readSet(DbReadContext ctx,
Object bean,
Class<?> type) |
Object |
BeanProperty.readSet(DbReadContext ctx,
Object bean,
Class<?> type) |
Object |
BeanProperty.readSetOwning(DbReadContext ctx,
Object bean,
Class<?> type) |
InheritInfo |
InheritInfo.readType(DbReadContext ctx)
Return the associated InheritInfo for this DB row read.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IdBinderSimple.loadIgnore(DbReadContext ctx) |
void |
IdBinderEmbedded.loadIgnore(DbReadContext ctx) |
void |
IdBinderEmpty.loadIgnore(DbReadContext ctx) |
void |
IdBinderMultiple.loadIgnore(DbReadContext ctx) |
void |
IdBinder.loadIgnore(DbReadContext ctx)
Ignore the appropriate number of scalar properties for this id.
|
Object |
IdBinderSimple.read(DbReadContext ctx) |
Object |
IdBinderEmbedded.read(DbReadContext ctx) |
Object |
IdBinderEmpty.read(DbReadContext ctx) |
Object |
IdBinderMultiple.read(DbReadContext ctx) |
Object |
IdBinder.read(DbReadContext ctx)
Read the id value from the result set and return it.
|
Object |
IdBinderSimple.readSet(DbReadContext ctx,
Object bean) |
Object |
IdBinderEmbedded.readSet(DbReadContext ctx,
Object bean) |
Object |
IdBinderEmpty.readSet(DbReadContext ctx,
Object bean) |
Object |
IdBinderMultiple.readSet(DbReadContext ctx,
Object bean) |
Object |
IdBinder.readSet(DbReadContext ctx,
Object bean)
Read the id value from the result set and set it to the bean also returning
it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CQuery<T>
An object that represents a SqlSelect statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqlTreeNode.load(DbReadContext ctx,
Object parentBean)
Load the appropriate information from the SqlSelectReader.
|
void |
SqlTreeNodeManyRoot.load(DbReadContext cquery,
Object parentBean) |
void |
SqlTreeNodeExtraJoin.load(DbReadContext ctx,
Object parentBean)
Does nothing.
|
void |
SqlTreeNodeManyWhereJoin.load(DbReadContext ctx,
Object parentBean) |
void |
SqlTreeNodeBean.load(DbReadContext ctx,
Object parentBean)
read the properties from the resultSet.
|
protected void |
SqlTreeNodeManyRoot.postLoad(DbReadContext cquery,
Object loadedBean,
Object id,
Object lazyLoadParentId) |
protected void |
SqlTreeNodeBean.postLoad(DbReadContext cquery,
Object loadedBean,
Object id,
Object lazyLoadParentId) |
protected void |
SqlTreeNodeRoot.postLoad(DbReadContext cquery,
Object loadedBean,
Object id,
Object lazyLoadParentId) |
| Constructor and Description |
|---|
BackgroundIdFetch(SpiTransaction transaction,
ResultSet rset,
PreparedStatement pstmt,
DbReadContext ctx,
BeanDescriptor<?> beanDescriptor,
BeanIdList idList)
Create the BackgroundFetch.
|
SqlBeanLoad(DbReadContext ctx,
Class<?> type,
Object bean,
SpiQuery.Mode queryMode) |
Copyright © 2014. All Rights Reserved.