public interface TopiaEntityContextable extends TopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_TOPIA_CONTEXT |
static String |
TOPIA_CONTEXT
Deprecated.
since 3.0, will be removed in 3.1, use
PROPERTY_TOPIA_CONTEXT instead |
AGGREGATE, COMPOSITE, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete entity in persistence context.
|
TopiaContext |
getTopiaContext()
Get topia context.
|
void |
setTopiaContext(TopiaContext topiaContext)
Set topia context.
|
void |
update()
Update entity in persistence context.
|
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, isPersisted, notifyDeleted, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionstatic final String PROPERTY_TOPIA_CONTEXT
@Deprecated static final String TOPIA_CONTEXT
PROPERTY_TOPIA_CONTEXT insteadvoid setTopiaContext(TopiaContext topiaContext) throws TopiaException
topiaContext - topia contextTopiaException - if current topia entity context is not nullTopiaContext getTopiaContext()
void update()
void delete()
Copyright © 2004–2013 CodeLutin. All rights reserved.