Class PersistentEntityInformation<T,ID>

java.lang.Object
org.springframework.data.repository.core.support.PersistentEntityInformation<T,ID>
All Implemented Interfaces:
EntityInformation<T,ID>, EntityMetadata<T>

public class PersistentEntityInformation<T,ID> extends Object implements EntityInformation<T,ID>
EntityInformation implementation that uses a PersistentEntity to obtain id type information and uses a IdentifierAccessor to access the property value if requested.
Author:
Oliver Gierke, Christoph Strobl