Uses of Class
org.datanucleus.store.rdbms.query.StatementNewObjectMapping
Packages that use StatementNewObjectMapping
Package
Description
Package providing the querying mechanism for DataNucleus for RDBMS datastores.
-
Uses of StatementNewObjectMapping in org.datanucleus.store.rdbms.query
Methods in org.datanucleus.store.rdbms.query that return StatementNewObjectMappingModifier and TypeMethodDescriptionprotected StatementNewObjectMapping
QueryToSQLMapper.getStatementMappingForNewObjectExpression
(NewObjectExpression expr, SelectStatement stmt) Convenience method to convert a NewObjectExpression into a StatementNewObjectMapping.Methods in org.datanucleus.store.rdbms.query with parameters of type StatementNewObjectMappingModifier and TypeMethodDescriptionvoid
StatementResultMapping.addMappingForResultExpression
(int position, StatementNewObjectMapping mapping) protected Object
ResultClassROF.getValueForNewObject
(StatementNewObjectMapping newMap, org.datanucleus.ExecutionContext ec, ResultSet rs) Convenience method to return the value of a NewObject mapping for the current row of the provided query results.