public final class JDBCLoadEntityCommand extends Object
Constructor and Description |
---|
JDBCLoadEntityCommand(JDBCStoreManager manager) |
Modifier and Type | Method and Description |
---|---|
boolean |
execute(CmpEntityBeanContext ctx,
boolean failIfNotFound)
Loads entity.
|
void |
execute(JDBCCMPFieldBridge requiredField,
CmpEntityBeanContext ctx)
Loads entity or required field.
|
public JDBCLoadEntityCommand(JDBCStoreManager manager)
public boolean execute(CmpEntityBeanContext ctx, boolean failIfNotFound)
ctx
- - entity context;failIfNotFound
- - whether to fail if entity wasn't found;public void execute(JDBCCMPFieldBridge requiredField, CmpEntityBeanContext ctx)
requiredField
- - required field or null;ctx
- - the corresponding context;Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.