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>
Instances of the type EntityType represent entity types.
Since:
Java Persistence 2.0
  • Method Details

    • getName

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