Interface | Description |
---|---|
HqlScript |
Abstracts the execution of hql scripts or expressions
How to handle comments in scripts, or split scripts into runnable expressions is handled here
This is separate from acquiring the text representing the hql script or expression, TextResources better handle that
|
Class | Description |
---|---|
MultiExpressionScript |
Runs an hql script containing multiple expressions, using the ScriptSplitter utility to derive individual expressions
|
ScriptSplitter |
A static only utility class with functionality to split hql scripts into multiple expressions
Needs some work, the quality of the split it not great; many legal scripts might be parsed wrong
|
SingleExpressionScript |
Runs a single hql expression, with no heed for comments or scripts with multiple expressions in them
|
Copyright © 2016. All rights reserved.