net.cafeto.queryserialize
Class Join
java.lang.Object
net.cafeto.queryserialize.Join
- All Implemented Interfaces:
- Serializable
public class Join
- extends Object
- implements Serializable
- Author:
- fospitia
- See Also:
- Serialized Form
|
Constructor Summary |
Join()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Join
public Join()
getType
public String getType()
- Returns:
- the type
setType
public void setType(String type)
- Parameters:
type - the type to set
isFetch
public boolean isFetch()
- Returns:
- the fetch
setFetch
public void setFetch(boolean fetch)
- Parameters:
fetch - the fetch to set
getPath
public String getPath()
- Returns:
- the path
setPath
public void setPath(String path)
- Parameters:
path - the path to set
getAlias
public String getAlias()
- Returns:
- the alias
setAlias
public void setAlias(String alias)
- Parameters:
alias - the alias to set
toJPQL
public String toJPQL()
- Returns:
Copyright © 2010. All Rights Reserved.