@Service @Transactional(readOnly=true) public class CollectionIndexUtils extends Object
| Constructor and Description |
|---|
CollectionIndexUtils(CollectionIndexRepository collectionIndexRepository) |
| Modifier and Type | Method and Description |
|---|---|
CollectionIndex |
findByReceiptNumber(String receiptNumber) |
@Autowired public CollectionIndexUtils(CollectionIndexRepository collectionIndexRepository)
@Transactional(propagation=REQUIRES_NEW,
readOnly=true)
public CollectionIndex findByReceiptNumber(String receiptNumber)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.