Class ResourceJpaController

java.lang.Object
org.javastro.ivoa.jpa.BaseJPARepository
org.javastro.ivoa.jpa.SimpleJPARepository<Resource,String>
org.javastro.ivoa.entities.jpa.ResourceJpaController
All Implemented Interfaces:
org.javastro.ivoa.jpa.Repository<Resource,String>

public class ResourceJpaController extends org.javastro.ivoa.jpa.SimpleJPARepository<Resource,String>
Author:
Paul Harrison <paul.harrison@manchester.ac.uk> 07-Jun-2011
  • Field Summary

    Fields inherited from class org.javastro.ivoa.jpa.BaseJPARepository

    emf, name
  • Constructor Summary

    Constructors
    Constructor
    Description
    ResourceJpaController(String name, jakarta.persistence.EntityManagerFactory emf)
     
  • Method Summary

    Methods inherited from class org.javastro.ivoa.jpa.SimpleJPARepository

    count, create, deleteById, destroy, entityClass, entityID, findAll, findById, findSome, update

    Methods inherited from class org.javastro.ivoa.jpa.BaseJPARepository

    getEntityManager, withTransaction, withTransaction, withTransaction, withTransaction

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ResourceJpaController

      public ResourceJpaController(String name, jakarta.persistence.EntityManagerFactory emf)
      Parameters:
      name -
      emf -