se.unlogic.standardutils.dao
Class CustomQueryParameter<T>

java.lang.Object
  extended by se.unlogic.standardutils.dao.CustomQueryParameter<T>

public class CustomQueryParameter<T>
extends Object


Constructor Summary
CustomQueryParameter(Column<T,?> column, T bean)
           
 
Method Summary
 Object getParamValue()
           
 Method getQueryMethod()
           
 QueryParameterPopulator<?> getQueryParameterPopulator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomQueryParameter

public CustomQueryParameter(Column<T,?> column,
                            T bean)
Method Detail

getQueryParameterPopulator

public QueryParameterPopulator<?> getQueryParameterPopulator()

getQueryMethod

public Method getQueryMethod()

getParamValue

public Object getParamValue()


Copyright © 2011. All Rights Reserved.