org.milyn.scribe.reflection
Class AnnotatedDaoRuntimeInfo
java.lang.Object
org.milyn.scribe.reflection.AnnotatedDaoRuntimeInfo
public class AnnotatedDaoRuntimeInfo
- extends Object
- Author:
- maurice.zeijen@smies.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 © 2011. All Rights Reserved.