com.mysema.query.codegen
Class QueryTypeFactoryImpl

java.lang.Object
  extended by com.mysema.query.codegen.QueryTypeFactoryImpl
All Implemented Interfaces:
QueryTypeFactory

public class QueryTypeFactoryImpl
extends Object
implements QueryTypeFactory

QueryTypeFactoryImpl is the default implementation of the QueryTypeFactory interface

Author:
tiwe

Constructor Summary
QueryTypeFactoryImpl(String prefix, String suffix, String packageSuffix)
           
 
Method Summary
 com.mysema.codegen.model.Type create(com.mysema.codegen.model.Type type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryTypeFactoryImpl

@Inject
public QueryTypeFactoryImpl(@Named(value="prefix")
                                   String prefix,
                                   @Named(value="suffix")
                                   String suffix,
                                   @Named(value="packageSuffix")
                                   String packageSuffix)
Method Detail

create

public com.mysema.codegen.model.Type create(com.mysema.codegen.model.Type type)
Specified by:
create in interface QueryTypeFactory
Returns:


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