Class BindingSetLookupContextObject

java.lang.Object
de.businesscode.sqlengine.context.BindingSetLookupContextObject

public class BindingSetLookupContextObject extends Object
This is the velocity context object, that represents the a binding set/group in phase 1 (@see SQLEngine) It collects the referenced BindingItems for this BindingSet name to later in phase 2 (@see SQLEngine) find the right BindingSet
  • Constructor Details

    • BindingSetLookupContextObject

      public BindingSetLookupContextObject(String name)
      Parameters:
      name -
  • Method Details

    • getName

      public String getName()
      Returns:
      the name
    • getTableName

      public String getTableName()
      getTableName
      Returns:
      the table name
    • getPlainTableName

      public String getPlainTableName()
      getPlainTableName
      Returns:
      the table name
    • get

      public Object get(String key)
      Getter for Velocity
    • getUsedItems

      public Set<String> getUsedItems()
      Returns:
      the referenced binding Items