Interface JpaEntityMetadata<T>

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

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

    • getEntityName

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