org.hibernate.test.querycache
Class HqlQueryCachePutResultTransformerTest

java.lang.Object
  extended by org.hibernate.testing.junit4.BaseUnitTestCase
      extended by org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
          extended by org.hibernate.test.querycache.AbstractQueryCacheResultTransformerTest
              extended by org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest
                  extended by org.hibernate.test.querycache.HqlQueryCachePutResultTransformerTest
Direct Known Subclasses:
HqlQueryCacheNormalResultTransformerTest

public class HqlQueryCachePutResultTransformerTest
extends HqlQueryCacheIgnoreResultTransformerTest


Nested Class Summary
 
Nested classes/interfaces inherited from class org.hibernate.test.querycache.AbstractQueryCacheResultTransformerTest
AbstractQueryCacheResultTransformerTest.CriteriaExecutor, AbstractQueryCacheResultTransformerTest.HqlExecutor, AbstractQueryCacheResultTransformerTest.QueryExecutor, AbstractQueryCacheResultTransformerTest.ResultChecker
 
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
HqlQueryCachePutResultTransformerTest()
           
 
Method Summary
protected  boolean areDynamicNonLazyAssociationsChecked()
           
protected  CacheMode getQueryCacheMode()
           
 
Methods inherited from class org.hibernate.test.querycache.HqlQueryCacheIgnoreResultTransformerTest
runTest, testAliasToEntityMapNoProjectionList, testAliasToEntityMapNoProjectionMultiAndNullList, testAliasToEntityMapNoProjectionNullAndNonNullAliasList, testMultiSelectNewMapUsingAliasesWithFetchJoinList
 
Methods inherited from class org.hibernate.test.querycache.AbstractQueryCacheResultTransformerTest
assertCount, assertDeleteCount, assertEntityFetchCount, assertHitCount, assertInsertCount, assertMissCount, assertPutCount, assertUpdateCount, clearCache, clearStatistics, configure, createData, deleteData, getMappings, runTest, testAliasToBeanDtoLiteralArgList, testAliasToBeanDtoMultiArgList, testAliasToBeanDtoOneArgList, testAliasToBeanDtoWithNullAliasList, testAliasToEntityMapMultiAggregatedPropProjectionSingleResult, testAliasToEntityMapMultiProjectionList, testAliasToEntityMapMultiProjectionWithNullAliasList, testAliasToEntityMapOneProjectionList, testEntityWithAliasedJoinFetchedLazyOneToManySingleElementListHql, testEntityWithJoinedLazyManyToOneListCriteria, testEntityWithJoinedLazyManyToOneListHql, testEntityWithJoinedLazyOneToManyMultiAndNullListCriteria, testEntityWithJoinedLazyOneToManyMultiAndNullListHql, testEntityWithJoinedLazyOneToManySingleElementListCriteria, testEntityWithJoinedLazyOneToManySingleElementListHql, testEntityWithJoinFetchedLazyManyToOneList, testEntityWithJoinFetchedLazyManyToOneUsingProjectionList, testEntityWithJoinFetchedLazyOneToManyMultiAndNullElementList, testEntityWithLazyAssnList, testEntityWithLazyAssnUnique, testEntityWithNonLazyManyToOneList, testEntityWithNonLazyOneToManyUnique, testEntityWithSelectFetchedLazyOneToManySingleElementListCriteria, testEntityWithUnaliasedJoinFetchedLazyOneToManySingleElementList, testJoinWithFetchJoinListCriteria, testJoinWithFetchJoinListHql, testJoinWithFetchJoinWithAliasedJoinedAndOwnerProjectedListHql, testJoinWithFetchJoinWithOwnerAndAliasedJoinedProjectedListHql, testJoinWithFetchJoinWithOwnerAndPropProjectedList, testJoinWithFetchJoinWithPropAndOwnerProjectedList, testListElementsProjectionList, testMapElementsList, testMapEntryList, testMapKeyList, testMapValueList, testMultiAggregatedPropProjectionSingleResult, testMultiEntityProjectionAliasedList, testMultiEntityProjectionList, testMultiEntityProjectionUnique, testMultiProjectionListThenApplyAliasToBean, testMultiSelectAliasToEntityMapUsingAliasesWithFetchJoinList, testMultiSelectNewList, testMultiSelectNewListList, testMultiSelectNewMapUsingAliasesList, testMultiSelectNewWithLiteralList, testMultiSelectUsingImplicitJoinWithFetchJoinListHql, testOneEntityProjectionList, testOneEntityProjectionUnique, testOneNonEntityProjectionList, testOneNonEntityProjectionUnique, testOneSelectNewAliasesList, testOneSelectNewNoAliasesList, testSelectNewEntityConstructorList, testSelectNewMapUsingAliasesList, testSingleAggregatedPropProjectionSingleResult
 
Methods inherited from class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
addMappings, addMappings, afterConfigurationBuilt, afterConfigurationBuilt, afterSessionFactoryBuilt, afterTest, applyCacheSettings, assertAllDataRemoved, beforeTest, buildConfiguration, buildServiceRegistry, cleanupCache, cleanupTest, configuration, constructConfiguration, createSchema, generateBootstrapRegistry, getAnnotatedClasses, getAnnotatedPackages, getBaseForMappings, getCacheConcurrencyStrategy, getDialect, 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

HqlQueryCachePutResultTransformerTest

public HqlQueryCachePutResultTransformerTest()
Method Detail

getQueryCacheMode

protected CacheMode getQueryCacheMode()
Overrides:
getQueryCacheMode in class HqlQueryCacheIgnoreResultTransformerTest

areDynamicNonLazyAssociationsChecked

protected boolean areDynamicNonLazyAssociationsChecked()
Overrides:
areDynamicNonLazyAssociationsChecked in class AbstractQueryCacheResultTransformerTest


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