org.hibernate.ejb.criteria.paths
Class AbstractPathImplTest

java.lang.Object
  extended by org.hibernate.testing.junit4.BaseUnitTestCase
      extended by org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase
          extended by org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest
              extended by org.hibernate.ejb.criteria.paths.AbstractPathImplTest

public class AbstractPathImplTest
extends org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest


Field Summary
 
Fields inherited from class org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase
NO_CLASSES, NO_MAPPINGS
 
Constructor Summary
AbstractPathImplTest()
           
 
Method Summary
 void cleanupTestData()
           
 void prepareTestData()
           
 void testGetNonExistingAttributeViaName()
           
 void testTypeExpression()
           
 
Methods inherited from class org.hibernate.ejb.metamodel.AbstractMetamodelSpecificTest
getAnnotatedClasses
 
Methods inherited from class org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase
addConfigOptions, addMappings, afterConfigurationBuilt, afterEntityManagerFactoryBuilt, applyServices, buildConfiguration, buildEntityManagerFactory, constructConfiguration, createEntityManager, createIsolatedEntityManager, createIsolatedEntityManager, createSchema, entityManagerFactory, getCachedClasses, getCachedCollections, getConfig, getDialect, getEjb3DD, getMappings, getOrCreateEntityManager, releaseResources, serviceRegistry
 
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

AbstractPathImplTest

public AbstractPathImplTest()
Method Detail

prepareTestData

public void prepareTestData()

cleanupTestData

public void cleanupTestData()

testGetNonExistingAttributeViaName

public void testGetNonExistingAttributeViaName()

testTypeExpression

public void testTypeExpression()


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