Relative Content

Tag Archive for illegalargumentexceptionservletexception

org.hibernate.query.SemanticException: Missing constructor for type

jakarta.servlet.ServletException: Request processing failed: java.lang.IllegalArgumentException: org.hibernate.query.SemanticException: Missing constructor for type ‘EventDAO’ [select new uz.iTicket.domain.DAO.EventDAO(e.id, e.name, e.eventType, e.location, e.availableSeats, (select count(t.id) from TicketEntity t where t.event.id = e.id and t.owner.id is null), e.startTime, e.endTime, e.createdTime) from EventEntity e where e.organizer.id = :eventId order by e.createdTime]