org.hibernate.ejb.test.query
Class QueryTest

java.lang.Object
  extended by org.hibernate.testing.junit4.BaseUnitTestCase
      extended by org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase
          extended by org.hibernate.ejb.test.query.QueryTest

public class QueryTest
extends org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase


Field Summary
 
Fields inherited from class org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase
NO_CLASSES, NO_MAPPINGS
 
Constructor Summary
QueryTest()
           
 
Method Summary
 Class[] getAnnotatedClasses()
           
 void testAggregationReturnType()
           
 void testDistinct()
           
 void testEscapeCharacter()
           
 void testExplicitPositionalParameter()
           
 void testIsNull()
           
 void testNativeQueryByEntity()
           
 void testNativeQueryByResultSet()
           
 void testNativeQueryWithPositionalParameter()
           
 void testNativeQuestionMarkParameter()
           
 void testPagedQuery()
           
 void testParameterList()
           
 void testParameterListInExistingParens()
           
 void testPositionalParameterForms()
           
 void testPositionalParameterWithUserError()
           
 void testTypedNamedNativeQuery()
           
 void testTypedScalarQueries()
           
 void testTypeExpression()
           
 void testUnavailableNamedQuery()
           
 void testUpdateQuery()
           
 
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

QueryTest

public QueryTest()
Method Detail

testPagedQuery

public void testPagedQuery()
                    throws Exception
Throws:
Exception

testAggregationReturnType

public void testAggregationReturnType()
                               throws Exception
Throws:
Exception

testTypeExpression

public void testTypeExpression()
                        throws Exception
Throws:
Exception

testParameterList

public void testParameterList()
                       throws Exception
Throws:
Exception

testParameterListInExistingParens

public void testParameterListInExistingParens()
                                       throws Exception
Throws:
Exception

testEscapeCharacter

public void testEscapeCharacter()
                         throws Exception
Throws:
Exception

testNativeQueryByEntity

public void testNativeQueryByEntity()

testNativeQueryByResultSet

public void testNativeQueryByResultSet()

testExplicitPositionalParameter

public void testExplicitPositionalParameter()
                                     throws Exception
Throws:
Exception

testPositionalParameterForms

public void testPositionalParameterForms()
                                  throws Exception
Throws:
Exception

testPositionalParameterWithUserError

public void testPositionalParameterWithUserError()
                                          throws Exception
Throws:
Exception

testNativeQuestionMarkParameter

public void testNativeQuestionMarkParameter()
                                     throws Exception
Throws:
Exception

testNativeQueryWithPositionalParameter

public void testNativeQueryWithPositionalParameter()

testDistinct

public void testDistinct()
                  throws Exception
Throws:
Exception

testIsNull

public void testIsNull()
                throws Exception
Throws:
Exception

testUpdateQuery

public void testUpdateQuery()

testUnavailableNamedQuery

public void testUnavailableNamedQuery()
                               throws Exception
Throws:
Exception

testTypedNamedNativeQuery

public void testTypedNamedNativeQuery()

testTypedScalarQueries

public void testTypedScalarQueries()

getAnnotatedClasses

public Class[] getAnnotatedClasses()
Overrides:
getAnnotatedClasses in class org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase


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