Uses of Class
org.datanucleus.store.rdbms.query.StatementNewObjectMapping
-
Packages that use StatementNewObjectMapping Package Description org.datanucleus.store.rdbms.query 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 StatementNewObjectMapping Modifier and Type Method Description protected 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 StatementNewObjectMapping Modifier and Type Method Description void
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.
-