public class XAEntityItem extends EntityItem
| Constructor and Description |
|---|
XAEntityItem(AmberEntityHome home,
Entity entity) |
| Modifier and Type | Method and Description |
|---|---|
Entity |
createEntity(AmberConnection aConn,
java.lang.Object key)
Creates a new entity instance.
|
void |
expire()
Expire the value from the cache.
|
Entity |
getEntity()
Returns the cached entity.
|
AmberEntityHome |
getEntityHome()
Returns the entity home.
|
Entity |
loadEntity(AmberConnection aConn,
int loadGroup)
Returns the cached entity.
|
Entity |
loadEntity(int loadGroup)
Returns the cached entity.
|
void |
save(Entity item)
Saves the item values into the cache.
|
void |
savePart(Entity item)
Saves the item values into the cache.
|
java.lang.String |
toString() |
getNumberOfLoadingColumns, load, setNumberOfLoadingColumnspublic XAEntityItem(AmberEntityHome home, Entity entity)
public AmberEntityHome getEntityHome()
getEntityHome in class EntityItempublic Entity getEntity()
getEntity in class EntityItempublic Entity loadEntity(int loadGroup)
loadEntity in class EntityItempublic Entity loadEntity(AmberConnection aConn, int loadGroup)
loadEntity in class EntityItempublic Entity createEntity(AmberConnection aConn, java.lang.Object key) throws java.sql.SQLException
createEntity in class EntityItemjava.sql.SQLExceptionpublic void save(Entity item)
save in class EntityItempublic void savePart(Entity item)
savePart in class EntityItempublic void expire()
expire in class EntityItempublic java.lang.String toString()
toString in class java.lang.Object