- GenericDAO<B> - Class in org.genericdao
-
This class is used to read and write rows of a database table that correspond
to instances of a JavaBean of type B
.
- GenericDAO(Class<B>, String, ConnectionPool) - Constructor for class org.genericdao.GenericDAO
-
Instantiates a new GenericDAO
object.
- GenericViewDAO<B> - Class in org.genericdao
-
This class is used to read rows of a database table and return them in
instances of a JavaBean of type B.
- GenericViewDAO(Class<B>, ConnectionPool) - Constructor for class org.genericdao.GenericViewDAO
-
Constructor
- getConnection() - Method in class org.genericdao.ConnectionPool
-
- getCount() - Method in class org.genericdao.GenericDAO
-
Returns the number of rows in the table.
- getDebugWriter() - Method in class org.genericdao.ConnectionPool
-
- getDriverName() - Method in class org.genericdao.ConnectionPool
-
Gets the JDBC Driver Name that this connection pool uses.
- getLowerCaseColumnNames() - Method in class org.genericdao.ConnectionPool
-
- getMaxIdleTime() - Method in class org.genericdao.ConnectionPool
-
Get the maximum time that after which idle database connections are
closed.
- getOp() - Method in class org.genericdao.MatchArg
-
- getPropertyNames() - Method in class org.genericdao.GenericViewDAO
-
- getTransactionConnection() - Method in class org.genericdao.ConnectionPool
-
Get the database connection used by the thread's current transaction.
- getURL() - Method in class org.genericdao.ConnectionPool
-
Gets the JDBC URL that this connection pool uses.
- getUserName() - Method in class org.genericdao.ConnectionPool
-
Gets the user name that this connection pool uses to log into the
database.
- greaterThan(String, Object) - Static method in class org.genericdao.MatchArg
-
- greaterThanOrEqualTo(String, Object) - Static method in class org.genericdao.MatchArg
-