public class KradEclipseLinkEntityManagerFactoryBeanTest extends Object
KradEclipseLinkEntityManagerFactoryBean
.Modifier and Type | Class and Description |
---|---|
static class |
KradEclipseLinkEntityManagerFactoryBeanTest.TestEntity1 |
static class |
KradEclipseLinkEntityManagerFactoryBeanTest.TestEntity2 |
static class |
KradEclipseLinkEntityManagerFactoryBeanTest.TestEntity3 |
static class |
KradEclipseLinkEntityManagerFactoryBeanTest.TestEntity4 |
static class |
KradEclipseLinkEntityManagerFactoryBeanTest.TestEntity5 |
static class |
KradEclipseLinkEntityManagerFactoryBeanTest.TestPersistenceUnitPostProcessor |
Constructor and Description |
---|
KradEclipseLinkEntityManagerFactoryBeanTest() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
tearDown() |
void |
testFull() |
void |
testGetDataSource() |
void |
testInvalidDataSourceConfiguration()
Verifies that it's not permitted to configure with both a JTA and Non-JTA datasource.
|
void |
testJta() |
void |
testLoadTimeWeaving() |
void |
testMinimal() |
void |
testVariousGetters()
Just tests some of the getters to ensure they are delegating down to the internal factory bean and the
PersistenceUnitManager appropriately.
|
public KradEclipseLinkEntityManagerFactoryBeanTest()
public void testMinimal() throws Exception
Exception
public void testLoadTimeWeaving() throws Exception
Exception
public void testInvalidDataSourceConfiguration() throws Exception
Exception
public void testGetDataSource() throws Exception
Exception
public void testVariousGetters() throws Exception
Exception
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.