Class JpaPersistableEntityInformation<T extends Persistable<ID>,ID>

All Implemented Interfaces:
JpaEntityMetadata<T>, JpaEntityInformation<T,ID>, EntityInformation<T,ID>, EntityMetadata<T>

public class JpaPersistableEntityInformation<T extends Persistable<ID>,ID> extends JpaMetamodelEntityInformation<T,ID>
Extension of JpaMetamodelEntityInformation that consideres methods of Persistable to lookup the id.
Author:
Oliver Gierke, Christoph Strobl, Mark Paluch