@Transactional public class AccountTransaction extends Transaction
| Constructor and Description |
|---|
AccountTransaction() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
void |
postConstructAccountTransaction() |
void |
preDestroyAccountTransaction() |
postConstruct, preDestroypublic void execute()
@PreDestroy public void preDestroyAccountTransaction()
@PostConstruct public void postConstructAccountTransaction()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.