1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48:
/** * */ pakket com.web.test; de invoer java.util. Lijst; de invoer com.web.dao.DCRDetailsDAO; de invoer com.web.dcr.DCRDetailsId; /** * @author kishorekumarn * */ openbare klasse DCRTest { /** * @param args */ openbare statische nietige leiding (Koord [] args) { /*exception 1 Uitzondering in draad „hoofd“ org.hibernate.PropertyAccessException: IllegalArgumentException kwam terwijl het roepen van zetter van com.web.dcr.DCRIncidentId.dcrRef voor */ Lijst dcr = dd.findAll (); DCRDetailsId dcrD = dcr.get (0); System.out.println (dcrD.getIncdSet ()); /* uitzondering 2 Uitzondering in draad „hoofd“ org.hibernate.MappingException: Onbekende entiteit: DCRDetailsId */ DCRDetailsDAO dd = nieuwe DCRDetailsDAO (); DCRDetailsId identiteitskaart = nieuwe DCRDetailsId (); id.setDcrRef („4901“); Dr. van DCRDetailsId = dd.findById (identiteitskaart); System.out.println („> „+dr.getDcrRemarks ()); } }