Schnittstelle ISchemaSearcher
- Alle bekannten Implementierungsklassen:
SchemaSearcher
public interface ISchemaSearcher
- Version:
- 2024-12-29
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetEntityTypeByName
(IEntityTypeSet entityTypeSet, String name)
-
Methodendetails
-
getEntityTypeByName
- 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.
-