Class BasicPersistentEntity<T,P extends PersistentProperty<P>>

java.lang.Object
org.springframework.data.mapping.model.BasicPersistentEntity<T,P>
All Implemented Interfaces:
Iterable<P>, MutablePersistentEntity<T,P>, PersistentEntity<T,P>

public class BasicPersistentEntity<T,P extends PersistentProperty<P>> extends Object implements MutablePersistentEntity<T,P>
Simple value object to capture information of PersistentEntitys.
Author:
Oliver Gierke, Jon Brisbin, Patryk Wasik, Thomas Darimont, Christoph Strobl, Mark Paluch, Johannes Englmeier