Interface JpaEntityMetadata<T>
- All Superinterfaces:
EntityMetadata<T>
- All Known Subinterfaces:
JpaEntityInformation<T,
ID>
- All Known Implementing Classes:
DefaultJpaEntityMetadata
,JpaEntityInformationSupport
,JpaMetamodelEntityInformation
,JpaPersistableEntityInformation
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:
-