public class JDBCCMRFieldBridge2.CollectionValuedFieldState extends Object implements JDBCCMRFieldBridge2.FieldState
NULL_VALUE
Constructor and Description |
---|
JDBCCMRFieldBridge2.CollectionValuedFieldState() |
Modifier and Type | Method and Description |
---|---|
void |
addLoadedPk(Object pk) |
boolean |
addRelatedId(CmpEntityBeanContext ctx,
Object relatedId) |
void |
cacheValue(CmpEntityBeanContext ctx) |
void |
cascadeDelete(CmpEntityBeanContext ctx) |
void |
destroyExistingRelationships(CmpEntityBeanContext ctx) |
Object |
getCachedValue() |
Object |
getValue(CmpEntityBeanContext ctx) |
void |
init() |
boolean |
isModified() |
Object |
loadFromCache(Object value) |
boolean |
removeRelatedId(CmpEntityBeanContext ctx,
Object relatedId) |
void |
setValue(CmpEntityBeanContext ctx,
Object value) |
public JDBCCMRFieldBridge2.CollectionValuedFieldState()
public void init()
init
in interface JDBCCMRFieldBridge2.FieldState
public Object getValue(CmpEntityBeanContext ctx)
getValue
in interface JDBCCMRFieldBridge2.FieldState
public void setValue(CmpEntityBeanContext ctx, Object value)
setValue
in interface JDBCCMRFieldBridge2.FieldState
public void cascadeDelete(CmpEntityBeanContext ctx) throws javax.ejb.RemoveException
cascadeDelete
in interface JDBCCMRFieldBridge2.FieldState
javax.ejb.RemoveException
public void destroyExistingRelationships(CmpEntityBeanContext ctx)
destroyExistingRelationships
in interface JDBCCMRFieldBridge2.FieldState
public boolean removeRelatedId(CmpEntityBeanContext ctx, Object relatedId)
removeRelatedId
in interface JDBCCMRFieldBridge2.FieldState
public boolean addRelatedId(CmpEntityBeanContext ctx, Object relatedId)
addRelatedId
in interface JDBCCMRFieldBridge2.FieldState
public void addLoadedPk(Object pk)
addLoadedPk
in interface JDBCCMRFieldBridge2.FieldState
public Object loadFromCache(Object value)
loadFromCache
in interface Cache.CacheLoader
public Object getCachedValue()
getCachedValue
in interface Cache.CacheLoader
public void cacheValue(CmpEntityBeanContext ctx)
cacheValue
in interface JDBCCMRFieldBridge2.FieldState
public boolean isModified()
isModified
in interface JDBCCMRFieldBridge2.FieldState
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.