org.milyn.scribe.reflection
Class AnnotatedDaoRuntimeInfo

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

public class AnnotatedDaoRuntimeInfo
extends java.lang.Object

Author:
maurice.zeijen@smies.com

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

Method Detail

getDaoClass

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

getDefaultInsertMethod

public EntityMethod getDefaultInsertMethod()
Returns:
the defaultInsertMethod

getInsertMethod

public EntityMethod getInsertMethod(java.lang.String name)
Parameters:
name -
Returns:

getDefaultUpdateMethod

public EntityMethod getDefaultUpdateMethod()
Returns:
the defaultUpdateMethod

getUpdateMethod

public EntityMethod getUpdateMethod(java.lang.String name)
Parameters:
name -
Returns:

getFlushMethod

public FlushMethod getFlushMethod()
Returns:
the defaultFlushMethod

getDefaultDeleteMethod

public EntityMethod getDefaultDeleteMethod()
Returns:
the defaultFlushMethod

getDeleteMethod

public EntityMethod getDeleteMethod(java.lang.String name)
Parameters:
name -
Returns:

getLookupByNamedQueryMethod

public LookupWithNamedQueryMethod getLookupByNamedQueryMethod()

getLookupByPositionalQueryMethod

public LookupWithPositionalQueryMethod getLookupByPositionalQueryMethod()

getLookupWithNamedParametersMethod

public LookupMethod getLookupWithNamedParametersMethod(java.lang.String name)


Copyright © 2011. All Rights Reserved.