public class SqlBindings extends Object
| Constructor and Description |
|---|
SqlBindings() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addAggregator(com.google.inject.Binder binder,
Class<? extends SqlAggregator> aggregatorClass) |
static void |
addExtractionOperator(com.google.inject.Binder binder,
Class<? extends SqlExtractionOperator> clazz) |
public static void addAggregator(com.google.inject.Binder binder,
Class<? extends SqlAggregator> aggregatorClass)
public static void addExtractionOperator(com.google.inject.Binder binder,
Class<? extends SqlExtractionOperator> clazz)
Copyright © 2011–2017. All rights reserved.