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 StatementNewObjectMappingQueryToSQLMapper.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 TypeMethodDescriptionvoidStatementResultMapping.addMappingForResultExpression(int position, StatementNewObjectMapping mapping) protected ObjectResultClassROF.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.