Class AggregateFieldFactory
- java.lang.Object
-
- org.dotwebstack.framework.backend.postgres.query.AggregateFieldFactory
-
@Component public class AggregateFieldFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description AggregateFieldFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jooq.Field<?>create(AggregateFieldConfiguration aggregateFieldConfiguration, String fromTable, String columnName, String columnAlias)
-
-
-
Method Detail
-
create
public org.jooq.Field<?> create(AggregateFieldConfiguration aggregateFieldConfiguration, String fromTable, String columnName, String columnAlias)
-
-