public class PetStoreImpl extends Object implements PetStoreFacade, OrderService
JPetStore primary business object.
Defines a default transaction attribute for all methods.
Note that this attribute definition is only necessary if using Commons
Attributes autoproxying (see the attributes directory under the root of
JPetStore). No attributes are required with a TransactionFactoryProxyBean,
as in the default applicationContext.xml in the war/WEB-INF directory.
The following attribute definition uses Commons Attributes attribute syntax.