@FunctionalInterface public interface EntityValueFinder
| Modifier and Type | Method and Description |
|---|---|
Object |
find(Object value)
Finds the required value out of the given one.
|
Object find(Object value) throws SQLException
value - The value to search.SQLException - If any SQLException occur during the mapping.Copyright © 2015–2018 Bridje Framework. All rights reserved.