Spring Data JPA

org.springframework.data.jpa.repository.support
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
 String getEntityName()
          Returns the name of the entity.
 
Methods inherited from interface org.springframework.data.repository.core.EntityMetadata
getJavaType
 

Method Detail

getEntityName

String getEntityName()
Returns the name of the entity.

Returns:

Spring Data JPA

Copyright © 2011-2014-2014 Pivotal Software, Inc.. All Rights Reserved.