public class QuerydslBindingsFactory extends Object implements ApplicationContextAware
Constructor and Description |
---|
QuerydslBindingsFactory(EntityPathResolver entityPathResolver) |
Modifier and Type | Method and Description |
---|---|
QuerydslBindings |
createBindingsFor(Class<? extends QuerydslBinderCustomizer> customizer,
TypeInformation<?> domainType) |
EntityPathResolver |
getEntityPathResolver()
Returns the
EntityPathResolver used by the factory. |
void |
setApplicationContext(ApplicationContext applicationContext) |
public QuerydslBindingsFactory(EntityPathResolver entityPathResolver)
entityPathResolver
- must not be null.public void setApplicationContext(ApplicationContext applicationContext) throws BeansException
setApplicationContext
in interface ApplicationContextAware
BeansException
public EntityPathResolver getEntityPathResolver()
EntityPathResolver
used by the factory.public QuerydslBindings createBindingsFor(Class<? extends QuerydslBinderCustomizer> customizer, TypeInformation<?> domainType)
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.