Package org.javastro.ivoa.entities.jpa
Class ResourceJpaController
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
ConstructorsConstructorDescriptionResourceJpaController(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, updateMethods inherited from class org.javastro.ivoa.jpa.BaseJPARepository
getEntityManager, withTransaction, withTransaction, withTransaction, withTransaction
-
Constructor Details
-
ResourceJpaController
- Parameters:
name-emf-
-