net.sourceforge.domian.entity
Interface TransientEntity

All Superinterfaces:
Entity

public interface TransientEntity
extends Entity

Marker interface for all transient entity objects.

Transient entities are objects that definitively are entities by definition, but are transient in nature. Typical examples are "timestamped value objects" and entities deducted/generated from other entities.

Persisting transient entities should as far as possible, be avoided!

Since:
0.4
Author:
Eirik Torske

Method Summary
 
Methods inherited from interface net.sourceforge.domian.entity.Entity
getEntityId, getTimeOfCreation
 



Copyright © 2006-2010. All Rights Reserved.