public class TranslationState extends Object
SmartQuery.Compiler
.
This is mainly used by constraints which generate internal JOINS like Exists
.
Modifier | Constructor and Description |
---|---|
protected |
TranslationState(EntityDescriptor ed,
String defaultAlias,
StringBuilder joins,
Map<String,sirius.kernel.commons.Tuple<String,EntityDescriptor>> joinTable) |
Modifier and Type | Method and Description |
---|---|
protected String |
getDefaultAlias() |
protected EntityDescriptor |
getEd() |
protected StringBuilder |
getJoins() |
protected Map<String,sirius.kernel.commons.Tuple<String,EntityDescriptor>> |
getJoinTable() |
protected TranslationState(EntityDescriptor ed, String defaultAlias, StringBuilder joins, Map<String,sirius.kernel.commons.Tuple<String,EntityDescriptor>> joinTable)
protected EntityDescriptor getEd()
protected String getDefaultAlias()
protected StringBuilder getJoins()
protected Map<String,sirius.kernel.commons.Tuple<String,EntityDescriptor>> getJoinTable()
Copyright © 2018. All rights reserved.