Interface ISchemaSearcher

All Known Implementing Classes:
SchemaSearcher

public interface ISchemaSearcher
Author:
Silvan Wyss
  • Method Details

    • getEntityTypeByName

      Class<? extends IEntity> getEntityTypeByName(IEntityTypeSet entityTypeSet, String name)
      Parameters:
      entityTypeSet -
      name -
      Returns:
      the entity type with the given name from the given schema.
      Throws:
      RuntimeException - if the given schema does not contain an entity type with the given name.