
Package ca.uhn.fhir.jpa.delete.batch2
Class DeleteExpungeSvcImpl
java.lang.Object
ca.uhn.fhir.jpa.delete.batch2.DeleteExpungeSvcImpl
- All Implemented Interfaces:
- IDeleteExpungeSvc<JpaPid>
- 
Constructor SummaryConstructorsConstructorDescriptionDeleteExpungeSvcImpl(jakarta.persistence.EntityManager theEntityManager, DeleteExpungeSqlBuilder theDeleteExpungeSqlBuilder, IFulltextSearchSvc theFullTextSearchSvc) 
- 
Method SummaryModifier and TypeMethodDescriptionintdeleteExpunge(List<JpaPid> theJpaPids, boolean theCascade, Integer theCascadeMaxRounds) boolean
- 
Constructor Details- 
DeleteExpungeSvcImplpublic DeleteExpungeSvcImpl(jakarta.persistence.EntityManager theEntityManager, DeleteExpungeSqlBuilder theDeleteExpungeSqlBuilder, @Autowired(required=false) IFulltextSearchSvc theFullTextSearchSvc) 
 
- 
- 
Method Details- 
deleteExpunge- Specified by:
- deleteExpungein interface- IDeleteExpungeSvc<JpaPid>
 
- 
isCascadeSupported- Specified by:
- isCascadeSupportedin interface- IDeleteExpungeSvc<JpaPid>
 
 
-