Class JpaTransactionTemplateFactoryBeanRegistrar.TransactionTemplateFactoryBean
java.lang.Object
com.broadleafcommerce.common.jpa.data.entitymanager.JpaTransactionTemplateFactoryBeanRegistrar.TransactionTemplateFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean<org.springframework.transaction.support.TransactionTemplate>,- org.springframework.beans.factory.InitializingBean
- Enclosing class:
- JpaTransactionTemplateFactoryBeanRegistrar
public static class JpaTransactionTemplateFactoryBeanRegistrar.TransactionTemplateFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<org.springframework.transaction.support.TransactionTemplate>, org.springframework.beans.factory.InitializingBean
- 
Field SummaryFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidprotected booleanbooleanorg.springframework.transaction.support.TransactionTemplateClass<? extends org.springframework.transaction.support.TransactionTemplate>org.springframework.transaction.support.TransactionTemplateorg.springframework.orm.jpa.JpaTransactionManagerinthashCode()voidsetTemplate(org.springframework.transaction.support.TransactionTemplate template) voidsetTransactionManager(org.springframework.orm.jpa.JpaTransactionManager transactionManager) toString()Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBeanisSingleton
- 
Constructor Details- 
TransactionTemplateFactoryBeanpublic TransactionTemplateFactoryBean()
 
- 
- 
Method Details- 
afterPropertiesSet- Specified by:
- afterPropertiesSetin interface- org.springframework.beans.factory.InitializingBean
- Throws:
- Exception
 
- 
getObjectpublic org.springframework.transaction.support.TransactionTemplate getObject()- Specified by:
- getObjectin interface- org.springframework.beans.factory.FactoryBean<org.springframework.transaction.support.TransactionTemplate>
 
- 
getObjectType- Specified by:
- getObjectTypein interface- org.springframework.beans.factory.FactoryBean<org.springframework.transaction.support.TransactionTemplate>
 
- 
getTransactionManagerpublic org.springframework.orm.jpa.JpaTransactionManager getTransactionManager()
- 
getTemplatepublic org.springframework.transaction.support.TransactionTemplate getTemplate()
- 
setTransactionManagerpublic void setTransactionManager(org.springframework.orm.jpa.JpaTransactionManager transactionManager) 
- 
setTemplatepublic void setTemplate(org.springframework.transaction.support.TransactionTemplate template) 
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-