Class EntityFlyWeight
java.lang.Object
ch.nolix.system.objectdata.modelflyweight.EntityFlyWeight
- All Implemented Interfaces:
VoidnessRequestable, IEntityFlyWeight
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisVoid()voidstatic EntityFlyWeightwithInsertAction(Runnable insertAction) Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface VoidnessRequestable
isEffectual
-
Method Details
-
withInsertAction
-
isVoid
public boolean isVoid()- Specified by:
isVoidin interfaceVoidnessRequestable- Returns:
- true if the current
VoidnessRequestableis void, false otherwise.
-
noteInsertIntoDatabase
public void noteInsertIntoDatabase()- Specified by:
noteInsertIntoDatabasein interfaceIEntityFlyWeight
-