org.hibernate.test.annotations.indexcoll
Class IndexedCollectionTest

java.lang.Object
  extended by org.hibernate.testing.junit4.BaseUnitTestCase
      extended by org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
          extended by org.hibernate.test.annotations.indexcoll.IndexedCollectionTest

public class IndexedCollectionTest
extends BaseCoreFunctionalTestCase

Test index collections


Nested Class Summary
 
Nested classes/interfaces inherited from class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
BaseCoreFunctionalTestCase.RollbackWork
 
Field Summary
 
Fields inherited from class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
DIALECT, NO_CLASSES, NO_MAPPINGS, USE_NEW_METADATA_MAPPINGS, VALIDATE_DATA_CLEANUP
 
Constructor Summary
IndexedCollectionTest()
           
 
Method Summary
protected  Class[] getAnnotatedClasses()
           
 void testComponentSubPropertyMapKey()
           
 void testDefaultMapKey()
           
 void testEntityKeyElementTarget()
           
 void testEnumKeyType()
           
 void testFkList()
           
 void testJoinedTableList()
           
 void testJPA2DefaultIndexColumns()
           
 void testJPA2DefaultMapColumns()
           
 void testMapKey()
           
 void testMapKeyAndIdClass()
           
 void testMapKeyEntityEntity()
           
 void testMapKeyLoad()
           
 void testMapKeyOnManyToMany()
           
 void testMapKeyOnManyToManyOnId()
           
 void testMapKeyToEntity()
           
 void testRealMap()
           
 void testSortedMap()
           
 void testTemporalKeyMap()
           
 
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 org.hibernate.testing.junit4.BaseUnitTestCase
releaseTransactions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexedCollectionTest

public IndexedCollectionTest()
Method Detail

testJPA2DefaultMapColumns

public void testJPA2DefaultMapColumns()
                               throws Exception
Throws:
Exception

testJPA2DefaultIndexColumns

public void testJPA2DefaultIndexColumns()
                                 throws Exception
Throws:
Exception

testFkList

public void testFkList()
                throws Exception
Throws:
Exception

testJoinedTableList

public void testJoinedTableList()
                         throws Exception
Throws:
Exception

testMapKey

public void testMapKey()
                throws Exception
Throws:
Exception

testDefaultMapKey

public void testDefaultMapKey()
                       throws Exception
Throws:
Exception

testMapKeyToEntity

public void testMapKeyToEntity()
                        throws Exception
Throws:
Exception

testComponentSubPropertyMapKey

public void testComponentSubPropertyMapKey()
                                    throws Exception
Throws:
Exception

testMapKeyOnManyToMany

public void testMapKeyOnManyToMany()
                            throws Exception
Throws:
Exception

testMapKeyOnManyToManyOnId

public void testMapKeyOnManyToManyOnId()
                                throws Exception
Throws:
Exception

testMapKeyAndIdClass

public void testMapKeyAndIdClass()
                          throws Exception
Throws:
Exception

testRealMap

public void testRealMap()
                 throws Exception
Throws:
Exception

testTemporalKeyMap

public void testTemporalKeyMap()
                        throws Exception
Throws:
Exception

testEnumKeyType

public void testEnumKeyType()
                     throws Exception
Throws:
Exception

testMapKeyEntityEntity

public void testMapKeyEntityEntity()
                            throws Exception
Throws:
Exception

testEntityKeyElementTarget

public void testEntityKeyElementTarget()
                                throws Exception
Throws:
Exception

testSortedMap

public void testSortedMap()

testMapKeyLoad

public void testMapKeyLoad()
                    throws Exception
Throws:
Exception

getAnnotatedClasses

protected Class[] getAnnotatedClasses()
Overrides:
getAnnotatedClasses in class BaseCoreFunctionalTestCase


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.