Uses of Class
se.unlogic.standardutils.dao.annotations.DAOManaged

Packages that use DAOManaged
se.unlogic.standardutils.dao   
 

Uses of DAOManaged in se.unlogic.standardutils.dao
 

Methods in se.unlogic.standardutils.dao with parameters of type DAOManaged
static
<LT,RT,RKT>
DefaultManyToOneRelation<LT,RT,RKT>
DefaultManyToOneRelation.getGenericInstance(Class<LT> beanClass, Class<RT> remoteClass, Class<RKT> remoteKeyClass, Field field, Field remoteField, DAOManaged daoManaged, AnnotatedDAOFactory daoFactory)
           
static
<LT,RT> OneToManyRelation<LT,RT>
DefaultOneToManyRelation.getGenericInstance(Class<LT> beanClass, Class<RT> remoteClass, Field field, AnnotatedDAOFactory daoFactory, DAOManaged daoManaged)
           
static
<LT,RT> ManyToManyRelation<LT,RT>
DefaultManyToManyRelation.getGenericInstance(Class<LT> beanClass, Class<RT> remoteClass, Field field, AnnotatedDAOFactory daoFactory, DAOManaged daoManaged)
           
 

Constructors in se.unlogic.standardutils.dao with parameters of type DAOManaged
DefaultManyToManyRelation(Class<LocalType> beanClass, Class<RemoteType> remoteClass, Field field, AnnotatedDAOFactory daoFactory, DAOManaged daoManaged)
           
DefaultManyToOneRelation(Class<LocalType> beanClass, Class<RemoteType> remoteClass, Class<RemoteKeyType> remoteKeyClass, Field field, Field remoteKeyField, DAOManaged daoManaged, AnnotatedDAOFactory daoFactory)
           
DefaultOneToManyRelation(Class<LocalType> beanClass, Class<RemoteType> remoteClass, Field field, AnnotatedDAOFactory daoFactory, DAOManaged daoManaged)
           
 



Copyright © 2011. All Rights Reserved.