Schnittstelle ISchemaSearcher

Alle bekannten Implementierungsklassen:
SchemaSearcher

public interface ISchemaSearcher
Version:
2024-12-29
Autor:
Silvan Wyss
  • Methodendetails

    • getEntityTypeByName

      Class<? extends IEntity> getEntityTypeByName(IEntityTypeSet entityTypeSet, String name)
      Parameter:
      entityTypeSet -
      name -
      Gibt zurück:
      the entity type with the given name from the given schema.
      Löst aus:
      RuntimeException - if the given schema does not contain an entity type with the given name.