public interface UnknownColumnHandler
| Modifier and Type | Method and Description |
|---|---|
default void |
handle(Query query,
EntityType<?> entityType,
java.lang.String unknownColumnName)
Handles the unknown column.
|
default void handle(Query query, EntityType<?> entityType, java.lang.String unknownColumnName)
query - the queryentityType - the entity descriptionunknownColumnName - the name of the unknown columnUnknownColumnException - if this handler does not allow the unknown column