Uses of Class
org.datanucleus.store.rdbms.request.StatementMappingDefinition
-
Packages that use StatementMappingDefinition Package Description org.datanucleus.store.rdbms.request 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 StatementMappingDefinition Modifier and Type Field Description private StatementMappingDefinitionDeleteRequest. mappingStatementIndexthe index for the expression(s) in the delete statement.private StatementMappingDefinitionUpdateRequest. stmtMappingDefinitionthe index for the expression in the update sql statement.
-