Interface PersistentEntity<T,P extends PersistentProperty<P>>

All Superinterfaces:
Iterable<P>
All Known Subinterfaces:
MutablePersistentEntity<T,P>
All Known Implementing Classes:
BasicPersistentEntity

public interface PersistentEntity<T,P extends PersistentProperty<P>> extends Iterable<P>
Represents a persistent entity. The order of the properties returned via the Iterator is not guaranteed.
Author:
Oliver Gierke, Graeme Rocher, Jon Brisbin, Patryk Wasik, Mark Paluch, Christoph Strobl, Johannes Englmeier