net.cafeto.queryserialize
Class Domain
java.lang.Object
net.cafeto.queryserialize.Domain
- All Implemented Interfaces:
- Serializable
public class Domain
- extends Object
- implements Serializable
- Author:
- fospitia
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Domain
public Domain()
getName
public String getName()
- Returns:
- the name
setName
public void setName(String name)
- Parameters:
name - the name to set
getAlias
public String getAlias()
- Returns:
- the alias
setAlias
public void setAlias(String alias)
- Parameters:
alias - the alias to set
isCollection
public boolean isCollection()
- Returns:
- the collection
setCollection
public void setCollection(boolean collection)
- Parameters:
collection - the collection to set
getJoins
public List<Join> getJoins()
- Returns:
- the joins
setJoins
public void setJoins(List<Join> joins)
- Parameters:
joins - the joins to set
entity
public void entity(Class<?> clazz)
- Parameters:
clazz -
toJPQL
public String toJPQL()
- Returns:
Copyright © 2010. All Rights Reserved.