public class DefaultPathFactory extends Object implements PathFactory
PathFactory interface| Constructor and Description |
|---|
DefaultPathFactory() |
public <T> Path<T[]> createArrayPath(Class<T[]> arrayType, PathMetadata<?> metadata)
createArrayPath in interface PathFactorypublic Path<Boolean> createBooleanPath(PathMetadata<?> metadata)
createBooleanPath in interface PathFactorypublic <E> Path<Collection<E>> createCollectionPath(Class<E> elementType, PathMetadata<?> metadata)
createCollectionPath in interface PathFactorypublic <T extends Comparable<?>> Path<T> createComparablePath(Class<T> type, PathMetadata<?> metadata)
createComparablePath in interface PathFactorypublic <T extends Comparable<?>> Path<T> createDatePath(Class<T> type, PathMetadata<?> metadata)
createDatePath in interface PathFactorypublic <T extends Comparable<?>> Path<T> createDateTimePath(Class<T> type, PathMetadata<?> metadata)
createDateTimePath in interface PathFactorypublic <T> Path<T> createEntityPath(Class<T> type, PathMetadata<?> metadata)
createEntityPath in interface PathFactorypublic <T extends Enum<T>> Path<T> createEnumPath(Class<T> type, PathMetadata<?> metadata)
createEnumPath in interface PathFactorypublic <E> Path<List<E>> createListPath(Class<E> elementType, PathMetadata<?> metadata)
createListPath in interface PathFactorypublic <K,V> Path<Map<K,V>> createMapPath(Class<K> keyType, Class<V> valueType, PathMetadata<?> metadata)
createMapPath in interface PathFactorypublic <T extends Number & Comparable<T>> Path<T> createNumberPath(Class<T> type, PathMetadata<?> metadata)
createNumberPath in interface PathFactorypublic <E> Path<Set<E>> createSetPath(Class<E> elementType, PathMetadata<?> metadata)
createSetPath in interface PathFactorypublic <T> Path<T> createSimplePath(Class<T> type, PathMetadata<?> metadata)
createSimplePath in interface PathFactorypublic Path<String> createStringPath(PathMetadata<?> metadata)
createStringPath in interface PathFactorypublic <T extends Comparable<?>> Path<T> createTimePath(Class<T> type, PathMetadata<?> metadata)
createTimePath in interface PathFactoryCopyright © 2007–2015 Querydsl. All rights reserved.