Class SqlQuery
- java.lang.Object
-
- com.evolveum.midpoint.repo.sql.data.SqlQuery
-
- Direct Known Subclasses:
SingleSqlQuery
@Deprecated public abstract class SqlQuery extends Object
Deprecated.use Querydsl from "pure" package and remove this
-
-
Constructor Summary
Constructors Constructor Description SqlQuery()
Deprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected void
addParametersToStatement(Map<Integer,Object> parameters, PreparedStatement stmt)
Deprecated.abstract PreparedStatement
createPreparedStatement(Connection con)
Deprecated.abstract void
execute(Connection connection)
Deprecated.List<Integer>
getPrimaryKeys()
Deprecated.void
setDatabase(SqlRepositoryConfiguration.Database database)
Deprecated.void
setPrimaryKeys(List<Integer> primaryKeys)
Deprecated.protected Object
toRepoType(Object value)
Deprecated.
-
-
-
Method Detail
-
createPreparedStatement
public abstract PreparedStatement createPreparedStatement(Connection con) throws SQLException
Deprecated.- Throws:
SQLException
-
execute
public abstract void execute(Connection connection) throws SQLException
Deprecated.- Throws:
SQLException
-
addParametersToStatement
protected void addParametersToStatement(Map<Integer,Object> parameters, PreparedStatement stmt) throws SQLException
Deprecated.- Throws:
SQLException
-
setDatabase
public void setDatabase(SqlRepositoryConfiguration.Database database)
Deprecated.
-
-