Class DataAccess

java.lang.Object
eus.ehu.hotelreservation.dataAccess.DataAccess

public class DataAccess extends Object
Data-access layer built on Hibernate / JPA with an embedded H2 database.

Manages the EntityManager lifecycle and exposes CRUD operations for the domain entities (Hotel, Room, Reservation, WaitingListEntry, etc.). Supports an initialize mode that drops and recreates the schema with test data on startup.

See Also: