@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.jpa") public class JpaComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Constructor and Description |
---|
JpaComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getEntityManagerFactory() |
Boolean |
getJoinTransaction() |
Boolean |
getResolvePropertyPlaceholders() |
Boolean |
getSharedEntityManager() |
String |
getTransactionManager() |
void |
setEntityManagerFactory(String entityManagerFactory) |
void |
setJoinTransaction(Boolean joinTransaction) |
void |
setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders) |
void |
setSharedEntityManager(Boolean sharedEntityManager) |
void |
setTransactionManager(String transactionManager) |
public String getEntityManagerFactory()
public void setEntityManagerFactory(String entityManagerFactory)
public String getTransactionManager()
public void setTransactionManager(String transactionManager)
public Boolean getJoinTransaction()
public void setJoinTransaction(Boolean joinTransaction)
public Boolean getSharedEntityManager()
public void setSharedEntityManager(Boolean sharedEntityManager)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel