Represents a portion of the SQL annotation's statement member which is not within substitution delimiters.
The parser creates LiteralFragements for portions of the SQL statement which do not require any special processing.
Constructor Summary
LiteralFragment(String value) Create an new LiteralFragment with the specified value.
getPreparedStatementText(ControlBeanContext context, Method m, Object[] args) Get the text for a PreparedStatement
Parameters: context - A ControlBeanContext instance Parameters: m - The annotated method. Parameters: args - The method's parameters.
Get the text for a PreparedStatement
Parameters: context - A ControlBeanContext instance Parameters: m - The annotated method. Parameters: args - The method's parameters. A String containing the literal value for this fragment.