Interface EntityType<X>

Type Parameters:
X - The represented entity type.
All Superinterfaces:
Bindable<X>, IdentifiableType<X>, ManagedType<X>, Type<X>

public interface EntityType<X> extends IdentifiableType<X>, Bindable<X>
An instance of EntityType represents an entity type.
Since:
2.0
  • Method Details

    • getName

      String getName()
      Return the entity name.
      Returns:
      entity name