Class BindingSetLookupContextObject


  • public class BindingSetLookupContextObject
    extends java.lang.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object get​(java.lang.String key)
      Getter for Velocity
      java.lang.String getName()  
      java.lang.String getPlainTableName()
      getPlainTableName
      java.lang.String getTableName()
      getTableName
      java.util.Set<java.lang.String> getUsedItems()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BindingSetLookupContextObject

        public BindingSetLookupContextObject​(java.lang.String name)
        Parameters:
        name -
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        the name
      • getTableName

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

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

        public java.lang.Object get​(java.lang.String key)
        Getter for Velocity
      • getUsedItems

        public java.util.Set<java.lang.String> getUsedItems()
        Returns:
        the referenced binding Items