public interface ExpressionPreparer
Modifier and Type | Method and Description |
---|---|
boolean |
canPrepare(Object element)
Returns true if this preparer will prepare the given object in an
expression.
|
Object |
prepare(Object element)
Returns the new translated object to be mutated from the given element.
|
boolean canPrepare(Object element)
Object prepare(Object element) throws DatabaseException
DatabaseException
Copyright © 2015. All rights reserved.