public class OOPDate extends Object
| Constructor and Description |
|---|
OOPDate() |
| Modifier and Type | Method and Description |
|---|---|
static void |
magicks(Object obj,
Connection con)
Takes an Annotated Object and updates it using JDBC.
|
static void |
magicks(Object obj,
List<Query> ql,
Connection con)
Takes an Annotated Object and updates it using JDBC.
|
public static void magicks(Object obj, Connection con) throws SQLException, IllegalAccessException
obj - Annotated Object to update.con - Connection to use.SQLExceptionIllegalAccessExceptionpublic static void magicks(Object obj, List<Query> ql, Connection con) throws SQLException, IllegalAccessException
Query objects provided will take precedence over the annotations.obj - Annotated Object to update.ql - List of Query to also include.con - Connection to use.SQLExceptionIllegalAccessExceptionCopyright © 2016. All rights reserved.