Package com.redstarhackers.dal

Interface Summary
DataAccessLayer Data Access Layer API, used to access data stores in a generic way, deferring the implementation details to specific Data Access Strategies.
DataAccessStrategy Data Access Strategy, defining how a specific DAL implementation hooks into other resources in the DAL framework.