org.hibernate.ejb.test.query
Class QueryTest
java.lang.Object
org.hibernate.testing.junit4.BaseUnitTestCase
org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase
org.hibernate.ejb.test.query.QueryTest
public class QueryTest
- extends org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase
Fields inherited from class org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase |
NO_CLASSES, NO_MAPPINGS |
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryTest
public QueryTest()
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.