Posts

Showing posts from January 4, 2019

Helabad

Image
Helabad From Wikipedia, the free encyclopedia Jump to navigation Jump to search village in Ardabil, Iran Helabad هل اباد village Helabad Coordinates: 37°56′12″N 48°25′22″E  /  37.93667°N 48.42278°E  / 37.93667; 48.42278 Coordinates: 37°56′12″N 48°25′22″E  /  37.93667°N 48.42278°E  / 37.93667; 48.42278 Country   Iran Province Ardabil County Ardabil Bakhsh Hir Rural District Fuladlui Jonubi Population (2006)  • Total 137 Time zone UTC+3:30 (IRST)  • Summer (DST) UTC+4:30 (IRDT) Website www.helabad.com Helabad (Persian: هل اباد ‎, also Romanized as Helābād ; also known as Gilyabad ) [1] is a village in Fuladlui Jonubi Rural District, Hir District, Ardabil County, Ardabil Province, Iran. At the 2006 census, its population was 137, in 32 families. [2] References [ edit ] ^ Helabad can be found at GEOnet Names Server, at this link, by opening the Advan

how to solve the Class cast exception in HibernateTemplate's findByCriteria()?

Image
1 This is the method of Dao class that is throwing Exception: I did not used any Integer here. Even the phone number property is also a String as it can contain +,() Symbols sometimes. public List<StudentDetails> retriveStudents( String studentFirstName, String studentLastName,String studentEmail, String studentPhoneNum) { logger.info("AddStudentDao retriveStudents():- START"); List<StudentDetails> nonTerminatedStudentsList = null; //List<UserLocationMapping> userLocationMappings = null; Set<Integer> studentIdSet = new HashSet<Integer>(); try { DetachedCriteria objmCriteria = DetachedCriteria.forClass(StudentDetails.class); //objmCriteria.createAlias("studentDetails", "UserDetails"