Interface RelationalEntityMetadata<T>

All Superinterfaces:
org.springframework.data.repository.core.EntityMetadata<T>
All Known Implementing Classes:
SimpleRelationalEntityMetadata

public interface RelationalEntityMetadata<T> extends org.springframework.data.repository.core.EntityMetadata<T>
Extension of EntityMetadata to additionally expose the collection name an entity shall be persisted to.
Author:
Mark Paluch