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

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

Uses of GenericClassNotFound in com.ferri.core.utils
 

Methods in com.ferri.core.utils that throw GenericClassNotFound
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
 

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

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

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

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