|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectSqlFragment
ReflectionFragment
public final class ReflectionFragment
Represents a method parameter substitution into the SQL annotation's statement member. Delimited by '{' and '}'. Method parameter names must exactly match the name used in the SQL statement in order for the substitution to occur.
SQL(statement="SELECT * FROM {tableName}") public void getAll(String tableName) throws SQLException;
Method Summary | |
---|---|
String |
toString()
For JUnit testing. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String toString()
toString
in class SqlFragment
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |