public static interface JDBCCMRFieldBridge2.FieldState extends Cache.CacheLoader
Modifier and Type | Field and Description |
---|---|
static Object |
NULL_VALUE |
Modifier and Type | Method and Description |
---|---|
void |
addLoadedPk(Object pk) |
boolean |
addRelatedId(CmpEntityBeanContext ctx,
Object value) |
void |
cacheValue(CmpEntityBeanContext ctx) |
void |
cascadeDelete(CmpEntityBeanContext ctx) |
void |
destroyExistingRelationships(CmpEntityBeanContext ctx) |
Object |
getValue(CmpEntityBeanContext ctx) |
void |
init() |
boolean |
isModified() |
boolean |
removeRelatedId(CmpEntityBeanContext ctx,
Object relatedId) |
void |
setValue(CmpEntityBeanContext ctx,
Object value) |
getCachedValue, loadFromCache
static final Object NULL_VALUE
void init()
Object getValue(CmpEntityBeanContext ctx)
void cascadeDelete(CmpEntityBeanContext ctx) throws javax.ejb.RemoveException
javax.ejb.RemoveException
void destroyExistingRelationships(CmpEntityBeanContext ctx)
void setValue(CmpEntityBeanContext ctx, Object value)
boolean removeRelatedId(CmpEntityBeanContext ctx, Object relatedId)
boolean addRelatedId(CmpEntityBeanContext ctx, Object value)
void addLoadedPk(Object pk)
void cacheValue(CmpEntityBeanContext ctx)
boolean isModified()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.