org.hibernate.test.annotations.manytomany
Class ManyToManyTest
java.lang.Object
org.hibernate.testing.junit4.BaseUnitTestCase
org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
org.hibernate.test.annotations.manytomany.ManyToManyTest
- Direct Known Subclasses:
- ManyToManyMaxFetchDepth0Test
public class ManyToManyTest
- extends BaseCoreFunctionalTestCase
Many to many tests
Methods inherited from class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase |
addMappings, addMappings, afterConfigurationBuilt, afterConfigurationBuilt, afterSessionFactoryBuilt, afterTest, applyCacheSettings, assertAllDataRemoved, beforeTest, buildConfiguration, buildServiceRegistry, cleanupCache, cleanupTest, configuration, configure, constructConfiguration, createSchema, generateBootstrapRegistry, getAnnotatedPackages, getBaseForMappings, getCacheConcurrencyStrategy, getDialect, getMappings, getXmlFiles, onFailure, openSession, openSession, overrideCacheStrategy, prepareBasicRegistryBuilder, prepareBootstrapRegistryBuilder, prepareTest, readCommittedIsolationMaintained, rebuildSessionFactory, rebuildSessionFactoryOnError, serviceRegistry, sessionFactory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManyToManyTest
public ManyToManyTest()
testDefault
public void testDefault()
throws Exception
- Throws:
Exception
testCanUseCriteriaQuery
public void testCanUseCriteriaQuery()
throws Exception
- Throws:
Exception
testDefaultCompositePk
public void testDefaultCompositePk()
throws Exception
- Throws:
Exception
testMappedBy
public void testMappedBy()
throws Exception
- Throws:
Exception
testBasic
public void testBasic()
throws Exception
- Throws:
Exception
testOrderByEmployee
public void testOrderByEmployee()
throws Exception
- Throws:
Exception
testRemoveInBetween
public void testRemoveInBetween()
throws Exception
- Throws:
Exception
testSelf
public void testSelf()
throws Exception
- Throws:
Exception
testCompositePk
public void testCompositePk()
throws Exception
- Throws:
Exception
testAssociationTableUniqueConstraints
public void testAssociationTableUniqueConstraints()
throws Exception
- Throws:
Exception
testAssociationTableAndOrderBy
public void testAssociationTableAndOrderBy()
throws Exception
- Throws:
Exception
testAssociationTableAndOrderByWithSet
public void testAssociationTableAndOrderByWithSet()
throws Exception
- Throws:
Exception
testJoinedSubclassManyToMany
public void testJoinedSubclassManyToMany()
throws Exception
- Throws:
Exception
testJoinedSubclassManyToManyWithNonPkReference
public void testJoinedSubclassManyToManyWithNonPkReference()
throws Exception
- Throws:
Exception
testReferencedColumnNameToSuperclass
public void testReferencedColumnNameToSuperclass()
throws Exception
- Throws:
Exception
testManyToManyEmbeddableBiDirectionalDotNotationInMappedBy
public void testManyToManyEmbeddableBiDirectionalDotNotationInMappedBy()
throws Exception
- Throws:
Exception
testOneToManyEmbeddableBiDirectionalDotNotationInMappedBy
public void testOneToManyEmbeddableBiDirectionalDotNotationInMappedBy()
throws Exception
- Throws:
Exception
getAnnotatedClasses
protected Class[] getAnnotatedClasses()
- Overrides:
getAnnotatedClasses
in class BaseCoreFunctionalTestCase
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.