Uses of Class
org.eclipse.persistence.internal.expressions.TableAliasLookup
-
Packages that use TableAliasLookup Package Description org.eclipse.persistence.expressions org.eclipse.persistence.internal.expressions -
-
Uses of TableAliasLookup in org.eclipse.persistence.expressions
Methods in org.eclipse.persistence.expressions that return TableAliasLookup Modifier and Type Method Description TableAliasLookupExpression. getTableAliases()INTERNAL: Return the aliases used. -
Uses of TableAliasLookup in org.eclipse.persistence.internal.expressions
Fields in org.eclipse.persistence.internal.expressions declared as TableAliasLookup Modifier and Type Field Description protected TableAliasLookupDataExpression. tableAliasesMethods in org.eclipse.persistence.internal.expressions that return TableAliasLookup Modifier and Type Method Description TableAliasLookupDataExpression. getTableAliases()INTERNAL: Return the aliases used.TableAliasLookupTreatAsExpression. getTableAliases()Methods in org.eclipse.persistence.internal.expressions with parameters of type TableAliasLookup Modifier and Type Method Description voidDataExpression. setTableAliases(TableAliasLookup tableAliases)INTERNAL: For CR#2456, Table identity involves having two tables sharing the same aliasing table.
-