public interface HavingStatementFactory
HavingStatement factory.| Modifier and Type | Method and Description |
|---|---|
<T> HavingStatement<T> |
compile(String expression)
Compile the passed expression for the target class.
|
<T> HavingStatement<T> compile(String expression) throws Exception
expression - the expression to compile.Exception - if an error occurs during the compilation.Copyright © 2020. All Rights Reserved.