com.mysema.query.types
Class Template

java.lang.Object
  extended by com.mysema.query.types.Template
All Implemented Interfaces:
Serializable

@Immutable
public final class Template
extends Object
implements Serializable

Template for Operation, TemplateExpression and Path serialization

Author:
tiwe
See Also:
Serialized Form

Nested Class Summary
static class Template.Element
           
 
Method Summary
 boolean equals(Object o)
           
 List<Template.Element> getElements()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getElements

public List<Template.Element> getElements()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.