Package org.conical.common.bbl.jpa


package org.conical.common.bbl.jpa
Contains classes to support Java Persistence API development.
  • Class
    Description
    This interface, coupled with the JpaDataManager base class, allows for transaction-aware database operations using JPA.
    Performs database tasks using a given the operations available on the passed DataManager.
    SQL Creator for Tables according to JPA/Hibernate annotations.
    Serves as an interface that all BBL JPA entities should implement.
    Abstract implementation of DataManager that performs JPA operations within a transaction.