Interface JpaEntityMetadata<T>
- All Superinterfaces:
org.springframework.data.repository.core.EntityMetadata<T>
- All Known Subinterfaces:
JpaEntityInformation<T,
ID>
- All Known Implementing Classes:
DefaultJpaEntityMetadata
,JpaEntityInformationSupport
,JpaMetamodelEntityInformation
,JpaPersistableEntityInformation
public interface JpaEntityMetadata<T>
extends org.springframework.data.repository.core.EntityMetadata<T>
JPA specific extension of
EntityMetadata
.- Author:
- Oliver Gierke
-
Method Summary
Methods inherited from interface org.springframework.data.repository.core.EntityMetadata
getJavaType
-
Method Details
-
getEntityName
String getEntityName()Returns the name of the entity.- Returns:
-