Class BindingsLookupContextObject


  • public class BindingsLookupContextObject
    extends java.lang.Object
    This is the velocity context object, allowing velocity to lookup a BindingSet (more precisely a BindingSetLookupContextObject) by name This is used in phase 2 (@see SQLEngine), when the concrete BindingSet is already known Later the user can also ask for all BindingSets we were asked for
    • Constructor Detail

      • BindingsLookupContextObject

        public BindingsLookupContextObject()
    • Method Detail

      • get

        public java.lang.Object get​(java.lang.String key)
        Getter for Velocity
        Parameters:
        key -
        Returns:
        the BindingSet representation
      • getUsedBindingsNames

        public java.util.Set<java.lang.String> getUsedBindingsNames()
        getUsedBindingsNames
        Returns:
        the referenced BindingSets
      • getUsedBindings

        public java.util.Collection<BindingSetLookupContextObject> getUsedBindings()
        getUsedBindings
        Returns:
        the referenced BindingSets