|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.unlogic.standardutils.dao.querys.PreparedStatementQuery
se.unlogic.standardutils.dao.querys.PopulatedQuery<ReturnType>
se.unlogic.standardutils.dao.querys.ObjectQuery<ReturnType>
public class ObjectQuery<ReturnType>
Field Summary |
---|
Fields inherited from class se.unlogic.standardutils.dao.querys.PopulatedQuery |
---|
beanPopulator |
Fields inherited from class se.unlogic.standardutils.dao.querys.PreparedStatementQuery |
---|
closeConnectionOnExit, closed, connection, pstmt |
Constructor Summary | |
---|---|
ObjectQuery(java.sql.Connection connection,
boolean closeConnectionOnExit,
java.lang.String query,
BeanResultSetPopulator<ReturnType> bp)
|
|
ObjectQuery(javax.sql.DataSource dataSource,
boolean closeConnectionOnExit,
java.lang.String query,
BeanResultSetPopulator<ReturnType> bp)
|
Method Summary | |
---|---|
ReturnType |
executeQuery()
|
Methods inherited from class se.unlogic.standardutils.dao.querys.PopulatedQuery |
---|
getBeanPopulator |
Methods inherited from class se.unlogic.standardutils.dao.querys.PreparedStatementQuery |
---|
abort, autoCloseQuery, getPreparedStatement, isCloseConnectionOnExit, isClosed, setArray, setAsciiStream, setBigDecimal, setBinaryStream, setBlob, setBoolean, setByte, setBytes, setCharacterStream, setClob, setCursorName, setDate, setDate, setDouble, setEscapeProcessing, setFetchDirection, setFetchSize, setFloat, setInt, setLong, setMaxFieldSize, setMaxRows, setNull, setNull, setObject, setObject, setObject, setQueryTimeout, setRef, setShort, setString, setTime, setTime, setTimestamp, setTimestamp, setURL |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectQuery(java.sql.Connection connection, boolean closeConnectionOnExit, java.lang.String query, BeanResultSetPopulator<ReturnType> bp) throws java.sql.SQLException
java.sql.SQLException
public ObjectQuery(javax.sql.DataSource dataSource, boolean closeConnectionOnExit, java.lang.String query, BeanResultSetPopulator<ReturnType> bp) throws java.sql.SQLException
java.sql.SQLException
Method Detail |
---|
public ReturnType executeQuery() throws java.sql.SQLException
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |