com.mysema.query.types
Class TemplateFactory

java.lang.Object
  extended by com.mysema.query.types.TemplateFactory

@Immutable
public class TemplateFactory
extends Object

TemplateFactory is a factory for Template instances

Author:
tiwe

Field Summary
static TemplateFactory DEFAULT
           
 
Constructor Summary
TemplateFactory(char escape)
           
 
Method Summary
 Template create(String template)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final TemplateFactory DEFAULT
Constructor Detail

TemplateFactory

public TemplateFactory(char escape)
Method Detail

create

public Template create(String template)


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