Uses of Interface
org.ucmtwine.parameter.IParameter

Packages that use IParameter
org.ucmtwine.parameter   
org.ucmtwine.parameter.types   
 

Uses of IParameter in org.ucmtwine.parameter
 

Classes in org.ucmtwine.parameter that implement IParameter
 class Parameter
          Encapsulates a binder parameter, taking the legwork out of enforcing type and mandatory requirements.
 

Methods in org.ucmtwine.parameter that return types with arguments of type IParameter
 List<IParameter> ParameterMarshaller.getParameters()
           
 

Method parameters in org.ucmtwine.parameter with type arguments of type IParameter
 void ParameterMarshaller.setParameters(List<IParameter> parameters)
           
 

Uses of IParameter in org.ucmtwine.parameter.types
 

Classes in org.ucmtwine.parameter.types that implement IParameter
 class BooleanParameter
           
 class DateParameter
           
 class DoubleParameter
           
 class FloatParameter
           
 class InjectedParameter
          Place-holder parameter which doesn't retrieve it's value from the binder, rather is injected when enumerating the parameter list before invocation.
 class IntegerParameter
           
 class LongParameter
           
 class ProviderParameter
           
 class ResultSetParameter
           
 class StringParameter
           
 



Copyright © 2012. All Rights Reserved.