Uses of Class
com.ferri.core.utils.exception.GenericTypeNotFound

Packages that use GenericTypeNotFound
com.ferri.core.utils   
com.ferri.core.vo.commons.converters   
com.ferri.persistence.dao.commons   
 

Uses of GenericTypeNotFound in com.ferri.core.utils
 

Methods in com.ferri.core.utils that throw GenericTypeNotFound
static Type ClazzUtils.getEntityType(Class<?> genericClazz, Class<?> expectedGenericParent)
          Obtain the expected type from the generic parent.
static Type ClazzUtils.getEntityType(Class<?> genericClazz, Class<?> expectedGenericParent, Integer expectedIndex)
          Obtain the expected type from the generic parent
static Type ClazzUtils.getSelectedType(Type[] types, Integer paramIndex)
          Obtain the expecte type from the given array types
When the type have duplicates an index is necesary.
 

Uses of GenericTypeNotFound in com.ferri.core.vo.commons.converters
 

Methods in com.ferri.core.vo.commons.converters that throw GenericTypeNotFound
 void AbstractConverter.initialize()
           
private  void AbstractConverter.initiateObjectsType()
          Initialize casters objects
 

Uses of GenericTypeNotFound in com.ferri.persistence.dao.commons
 

Methods in com.ferri.persistence.dao.commons that throw GenericTypeNotFound
 void GenericBaseDAOImpl.initialize()
           
private  void GenericBaseDAOImpl.initiateEntityType()