| Interfaces | |
|---|---|
| FilterTranslator | Specialized interface for filters. |
| ParameterTranslations | Defines available information about the parameters encountered during query translation. |
| QueryTranslator | Defines the constract of an HQL->SQL translator. |
| QueryTranslatorFactory | Facade for generation of QueryTranslator and FilterTranslator instances. |
| Classes | |
|---|---|
| CollectionProperties | Provides a map of collection function names to the corresponding property names. |
| CollectionSubqueryFactory | Provides the SQL for collection subqueries. |
| HolderInstantiator | No description provided. |
| NameGenerator | Provides utility methods for generating HQL / SQL names. |
| QuerySplitter | Provides query splitting methods, which were originally in QueryTranslator. |