Kie :: Spring 6.2.0.Beta3

org.kie.spring.factorybeans.helper
Class StatefulKSessionFactoryBeanHelper.JpaConfiguration

java.lang.Object
  extended by org.kie.spring.factorybeans.helper.StatefulKSessionFactoryBeanHelper.JpaConfiguration
Enclosing class:
StatefulKSessionFactoryBeanHelper

public static class StatefulKSessionFactoryBeanHelper.JpaConfiguration
extends Object


Constructor Summary
StatefulKSessionFactoryBeanHelper.JpaConfiguration()
           
 
Method Summary
 javax.persistence.EntityManagerFactory getEntityManagerFactory()
           
 int getId()
           
 org.springframework.transaction.PlatformTransactionManager getPlatformTransactionManager()
           
 void setEntityManagerFactory(javax.persistence.EntityManagerFactory emf)
           
 void setId(int id)
           
 void setPlatformTransactionManager(org.springframework.transaction.PlatformTransactionManager tm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatefulKSessionFactoryBeanHelper.JpaConfiguration

public StatefulKSessionFactoryBeanHelper.JpaConfiguration()
Method Detail

getEntityManagerFactory

public javax.persistence.EntityManagerFactory getEntityManagerFactory()

setEntityManagerFactory

public void setEntityManagerFactory(javax.persistence.EntityManagerFactory emf)

getPlatformTransactionManager

public org.springframework.transaction.PlatformTransactionManager getPlatformTransactionManager()

setPlatformTransactionManager

public void setPlatformTransactionManager(org.springframework.transaction.PlatformTransactionManager tm)

getId

public int getId()

setId

public void setId(int id)

Kie :: Spring 6.2.0.Beta3

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.