Interface JpaEntityMetadata<T>

All Superinterfaces:
EntityMetadata<T>
All Known Subinterfaces:
JpaEntityInformation<T,ID>
All Known Implementing Classes:
DefaultJpaEntityMetadata, JpaEntityInformationSupport, JpaMetamodelEntityInformation, JpaPersistableEntityInformation

public interface JpaEntityMetadata<T> extends EntityMetadata<T>
JPA specific extension of EntityMetadata.
Author:
Oliver Gierke
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the entity.

    Methods inherited from interface org.springframework.data.repository.core.EntityMetadata

    getJavaType
  • Method Details

    • getEntityName

      String getEntityName()
      Returns the name of the entity.
      Returns: