Class MappingRelationalEntityInformation<T,ID>

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

public class MappingRelationalEntityInformation<T,ID> extends PersistentEntityInformation<T,ID> implements RelationalEntityInformation<T,ID>
RelationalEntityInformation implementation using a RelationalPersistentEntity instance to lookup the necessary information. Can be configured with a custom table name.

Entity types that do not declare an explicit Id type fall back to Long as Id type.

Author:
Mark Paluch