Interface EntityTypeKey<T>
-
- All Known Implementing Classes:
EntityTypeKeyImpl
public interface EntityTypeKey<T>
The key of an entity type, thename
must be unique.Not for user extension.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
name()
Name of the entity type.
-