Interface Metamodel
- All Known Implementing Classes:
MetamodelImpl
public interface Metamodel
Provides additional information about the data model that are specific to JPA and cannot be resolved using the
DataModel
.-
Method Summary
Modifier and TypeMethodDescriptionReturns metadata for a specific entity
-
Method Details
-
getEntity
Returns metadata for a specific entity- Parameters:
entityName
- the entity name- Returns:
- metadata of a certain entity
-