org.milyn.scribe.reflection
Class AnnotatedDaoRuntimeInfo

java.lang.Object
  extended by org.milyn.scribe.reflection.AnnotatedDaoRuntimeInfo

public class AnnotatedDaoRuntimeInfo
extends Object

Author:
maurice.zeijen@smies.com

Method Summary
 Class<?> getDaoClass()
           
 EntityMethod getDefaultDeleteMethod()
           
 EntityMethod getDefaultInsertMethod()
           
 EntityMethod getDefaultUpdateMethod()
           
 EntityMethod getDeleteMethod(String name)
           
 FlushMethod getFlushMethod()
           
 EntityMethod getInsertMethod(String name)
           
 LookupWithNamedQueryMethod getLookupByNamedQueryMethod()
           
 LookupWithPositionalQueryMethod getLookupByPositionalQueryMethod()
           
 LookupMethod getLookupWithNamedParametersMethod(String name)
           
 EntityMethod getUpdateMethod(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDaoClass

public Class<?> getDaoClass()
Returns:
the daoClass

getDefaultInsertMethod

public EntityMethod getDefaultInsertMethod()
Returns:
the defaultInsertMethod

getInsertMethod

public EntityMethod getInsertMethod(String name)
Parameters:
name -
Returns:

getDefaultUpdateMethod

public EntityMethod getDefaultUpdateMethod()
Returns:
the defaultUpdateMethod

getUpdateMethod

public EntityMethod getUpdateMethod(String name)
Parameters:
name -
Returns:

getFlushMethod

public FlushMethod getFlushMethod()
Returns:
the defaultFlushMethod

getDefaultDeleteMethod

public EntityMethod getDefaultDeleteMethod()
Returns:
the defaultFlushMethod

getDeleteMethod

public EntityMethod getDeleteMethod(String name)
Parameters:
name -
Returns:

getLookupByNamedQueryMethod

public LookupWithNamedQueryMethod getLookupByNamedQueryMethod()

getLookupByPositionalQueryMethod

public LookupWithPositionalQueryMethod getLookupByPositionalQueryMethod()

getLookupWithNamedParametersMethod

public LookupMethod getLookupWithNamedParametersMethod(String name)


Copyright © 2014. All Rights Reserved.