For maximum effect this method should be used when lazyConstructionMode has been set in the Configuration.
Note: this method usually has very similar performance to the {@link #run(DynamicQueryContext,javax.xml.transform.Result,java.util.Properties)} method (which doesthe same thing), but sometimes it is significantly slower. Therefore, the run() method is preferred.
@param dynamicEnv the dynamic context for query evaluation @param destination the destination of the query results @param outputProperties the serialization parameters @see Configuration#setLazyConstructionMode(boolean)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|