Interface EntityTypeKey<T>
public interface EntityTypeKey<T>
The key of an entity type, the
name must be unique.
Not for user extension.
-
Method Details
-
name
String name()Name of the entity type. -
asJava
EntityTypeKey<T> asJava()
-