Interface EntityNamingSource

All Superinterfaces:
EntityNaming

public interface EntityNamingSource extends EntityNaming
Naming information about an entity.
  • Method Summary

    Modifier and Type
    Method
    Description
    Decode the name that we should expect to be used elsewhere to reference the modeled entity by decoding the entity-name/class-name combo.

    Methods inherited from interface org.hibernate.boot.model.naming.EntityNaming

    getClassName, getEntityName, getJpaEntityName
  • Method Details

    • getTypeName

      String getTypeName()
      Decode the name that we should expect to be used elsewhere to reference the modeled entity by decoding the entity-name/class-name combo.
      Returns:
      The reference-able type name