@Internal
public static final class Joiner.Joined
extends java.lang.Object
Constructor and Description |
---|
Joined(PersistentAssociationPath<?,?> association,
Join.Type type,
java.lang.String alias) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlias() |
PersistentAssociationPath<?,?> |
getAssociation() |
Join.Type |
getType() |
void |
setAlias(java.lang.String alias) |
void |
setType(Join.Type type) |
public Joined(PersistentAssociationPath<?,?> association, Join.Type type, java.lang.String alias)
public PersistentAssociationPath<?,?> getAssociation()
public Join.Type getType()
public void setType(Join.Type type)
public java.lang.String getAlias()
public void setAlias(java.lang.String alias)