Uses of Class
org.datanucleus.store.rdbms.request.StatementMappingDefinition
Packages that use StatementMappingDefinition
Package
Description
Provides the mechanism of communicating with the database using JDBC.
-
Uses of StatementMappingDefinition in org.datanucleus.store.rdbms.request
Fields in org.datanucleus.store.rdbms.request declared as StatementMappingDefinitionModifier and TypeFieldDescriptionprivate StatementMappingDefinition
DeleteRequest.mappingStatementIndex
the index for the expression(s) in the delete statement.private StatementMappingDefinition
UpdateRequest.stmtMappingDefinition
the index for the expression in the update sql statement.