Interface ISchemaSearcher
- All Known Implementing Classes:
SchemaSearcher
public interface ISchemaSearcher
- Author:
- Silvan Wyss
-
Method Summary
-
Method Details
-
getEntityTypeByName
- 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.
-