Uses of Class
org.springframework.dao.InvalidDataAccessApiUsageException
Packages that use InvalidDataAccessApiUsageException
Package
Description
Simplification layer for common JDBC interactions.
The classes in this package represent RDBMS queries, updates, and stored
procedures as threadsafe, reusable objects.
Support classes for the JDBC framework, used by the classes in the
jdbc.core and jdbc.object packages.
Abstraction for handling fields of SQLXML data type.
Package providing integration of
Hibernate ORM 5.x
with Spring concepts.
-
Uses of InvalidDataAccessApiUsageException in org.springframework.jdbc.core.simple
Methods in org.springframework.jdbc.core.simple that throw InvalidDataAccessApiUsageException -
Uses of InvalidDataAccessApiUsageException in org.springframework.jdbc.object
Methods in org.springframework.jdbc.object that throw InvalidDataAccessApiUsageExceptionModifier and TypeMethodDescriptionfinal voidRdbmsOperation.compile()Compile this query.protected abstract voidRdbmsOperation.compileInternal()Subclasses must implement this template method to perform their own compilation.voidRdbmsOperation.declareParameter(SqlParameter param) Declare a parameter for this operation.voidStoredProcedure.declareParameter(SqlParameter param) Declare a parameter.voidRdbmsOperation.setTypes(int[] types) Add anonymous parameters, specifying only their SQL types as defined in thejava.sql.Typesclass.protected voidRdbmsOperation.validateNamedParameters(Map<String, ?> parameters) Validate the named parameters passed to an execute method based on declared parameters.protected voidRdbmsOperation.validateParameters(Object[] parameters) Validate the parameters passed to an execute method based on declared parameters. -
Uses of InvalidDataAccessApiUsageException in org.springframework.jdbc.support
Methods in org.springframework.jdbc.support that throw InvalidDataAccessApiUsageExceptionModifier and TypeMethodDescriptionGeneratedKeyHolder.getKey()KeyHolder.getKey()Retrieve the first item from the first map, assuming that there is just one item and just one map, and that the item is a number.<T> T<T> TRetrieve the first item from the first map, assuming that there is just one item and just one map, and that the item is an instance of specified type.GeneratedKeyHolder.getKeys()KeyHolder.getKeys()Retrieve the first map of keys. -
Uses of InvalidDataAccessApiUsageException in org.springframework.jdbc.support.xml
Subclasses of InvalidDataAccessApiUsageException in org.springframework.jdbc.support.xml -
Uses of InvalidDataAccessApiUsageException in org.springframework.orm.hibernate5
Methods in org.springframework.orm.hibernate5 that throw InvalidDataAccessApiUsageExceptionModifier and TypeMethodDescriptionprotected voidHibernateTemplate.checkWriteOperationAllowed(Session session) Check whether write operations are allowed on the given Session.
ResultSet.getSQLXML(int)andConnection.createSQLXML()usage, possibly in combination with a customSqlValueimplementation