Interface JPAManipulationsForObjectType<ID>

  • All Superinterfaces:
    JPAManipulations

    public interface JPAManipulationsForObjectType<ID>
    extends JPAManipulations
    Interface to implement some common manipulations in JPA.
    • Method Detail

      • getId

        ID getId()
        Get the database ID.
        Returns:
        the database ID.