Uses of Class
org.hibernate.testing.TestForIssue

Packages that use TestForIssue
org.hibernate.ejb.criteria.basic   
org.hibernate.ejb.test.emops   
org.hibernate.ejb.test.exception   
org.hibernate.envers.test.integration.components   
org.hibernate.envers.test.integration.entityNames.singleAssociatedAudited   
org.hibernate.envers.test.integration.inheritance.joined.relation   
org.hibernate.envers.test.integration.merge   
org.hibernate.envers.test.integration.proxy   
org.hibernate.envers.test.integration.reventity   
org.hibernate.envers.test.integration.superclass.auditoverride   
org.hibernate.envers.test.performance   
org.hibernate.test.annotations.beanvalidation   
org.hibernate.test.annotations.cid.keymanytoone   
org.hibernate.test.annotations.id   
org.hibernate.test.annotations.id.sequences Test package for metatata facilities It contains an example of package level metadata 
org.hibernate.test.annotations.inheritance.joined   
org.hibernate.test.annotations.manytomany   
org.hibernate.test.annotations.naturalid   
org.hibernate.test.annotations.onetomany   
org.hibernate.test.annotations.onetoone   
org.hibernate.test.annotations.onetoone.hhh4851   
org.hibernate.test.any   
org.hibernate.test.cid   
org.hibernate.test.collection.original   
org.hibernate.test.component.basic   
org.hibernate.test.criteria   
org.hibernate.test.ecid   
org.hibernate.test.flush   
org.hibernate.test.generated   
org.hibernate.test.hql   
org.hibernate.test.immutable.entitywithmutablecollection.inverse   
org.hibernate.test.interceptor   
org.hibernate.test.keymanytoone.bidir.component   
org.hibernate.test.legacy   
org.hibernate.test.lob   
org.hibernate.test.locking   
org.hibernate.test.namingstrategy   
org.hibernate.test.orphan   
org.hibernate.test.pagination   
org.hibernate.test.propertyref.cachedcollections   
org.hibernate.test.querycache   
org.hibernate.test.resulttransformer   
org.hibernate.test.tm   
org.hibernate.test.typedescriptor   
org.hibernate.test.unionsubclass.alias   
 

Uses of TestForIssue in org.hibernate.ejb.criteria.basic
 

Methods in org.hibernate.ejb.criteria.basic with annotations of type TestForIssue
 void PredicateTest.testQuotientConversion()
           
 

Uses of TestForIssue in org.hibernate.ejb.test.emops
 

Methods in org.hibernate.ejb.test.emops with annotations of type TestForIssue
 void FlushTest.testFlushOnDetached()
           
 

Uses of TestForIssue in org.hibernate.ejb.test.exception
 

Methods in org.hibernate.ejb.test.exception with annotations of type TestForIssue
 void ExceptionTest.testInterceptor()
           
 

Uses of TestForIssue in org.hibernate.envers.test.integration.components
 

Classes in org.hibernate.envers.test.integration.components with annotations of type TestForIssue
 class PropertiesGroupTest
           
 

Uses of TestForIssue in org.hibernate.envers.test.integration.entityNames.singleAssociatedAudited
 

Methods in org.hibernate.envers.test.integration.entityNames.singleAssociatedAudited with annotations of type TestForIssue
 void SingleDomainObjectToMultipleTablesTest.testSingleDomainObjectToMultipleTablesMapping()
           
 

Uses of TestForIssue in org.hibernate.envers.test.integration.inheritance.joined.relation
 

Classes in org.hibernate.envers.test.integration.inheritance.joined.relation with annotations of type TestForIssue
 class ParentReferencingChildTest
           
 

Uses of TestForIssue in org.hibernate.envers.test.integration.merge
 

Classes in org.hibernate.envers.test.integration.merge with annotations of type TestForIssue
 class AddDelTest
           
 

Uses of TestForIssue in org.hibernate.envers.test.integration.proxy
 

Methods in org.hibernate.envers.test.integration.proxy with annotations of type TestForIssue
 void QueryingWithProxyObjectTest.testQueryingWithProxyObject()
           
 

Uses of TestForIssue in org.hibernate.envers.test.integration.reventity
 

Classes in org.hibernate.envers.test.integration.reventity with annotations of type TestForIssue
 class GloballyConfiguredRevListenerTest
           
 class OverrideCustomRevListenerTest
           
 class OverrideDefaultRevListenerTest
           
 

Uses of TestForIssue in org.hibernate.envers.test.integration.superclass.auditoverride
 

Classes in org.hibernate.envers.test.integration.superclass.auditoverride with annotations of type TestForIssue
 class AuditClassOverrideTest
           
 class AuditPropertyOverrideTest
           
 class MixedOverrideTest
           
 

Uses of TestForIssue in org.hibernate.envers.test.performance
 

Methods in org.hibernate.envers.test.performance with annotations of type TestForIssue
 void EvictAuditDataAfterCommitTest.testSessionCacheClear()
           
 void EvictAuditDataAfterCommitTest.testSessionCacheCollectionClear()
           
 

Uses of TestForIssue in org.hibernate.test.annotations.beanvalidation
 

Methods in org.hibernate.test.annotations.beanvalidation with annotations of type TestForIssue
 void DDLTest.testLengthConstraint()
           
 

Uses of TestForIssue in org.hibernate.test.annotations.cid.keymanytoone
 

Methods in org.hibernate.test.annotations.cid.keymanytoone with annotations of type TestForIssue
 void EagerKeyManyToOneTest.testLoadEntityWithEagerFetchingToKeyManyToOneReferenceBackToSelf()
           
 

Uses of TestForIssue in org.hibernate.test.annotations.id
 

Classes in org.hibernate.test.annotations.id with annotations of type TestForIssue
 class EnumIdTest
          Tests for enum type as id.
 

Uses of TestForIssue in org.hibernate.test.annotations.id.sequences
 

Classes in org.hibernate.test.annotations.id.sequences with annotations of type TestForIssue
 class EnumIdTest
          Tests for enum type as id.
 

Methods in org.hibernate.test.annotations.id.sequences with annotations of type TestForIssue
 void JoinColumnOverrideTest.testBlownPrecision()
           
 

Uses of TestForIssue in org.hibernate.test.annotations.inheritance.joined
 

Methods in org.hibernate.test.annotations.inheritance.joined with annotations of type TestForIssue
 void JoinedSubclassTest.testManyToOneWithJoinTable()
           
 void JoinedSubclassTest.testSecondaryTables()
           
 

Uses of TestForIssue in org.hibernate.test.annotations.manytomany
 

Methods in org.hibernate.test.annotations.manytomany with annotations of type TestForIssue
 void ManyToManyTest.testManyToManyEmbeddableBiDirectionalDotNotationInMappedBy()
           
 void ManyToManyTest.testOneToManyEmbeddableBiDirectionalDotNotationInMappedBy()
           
 

Uses of TestForIssue in org.hibernate.test.annotations.naturalid
 

Classes in org.hibernate.test.annotations.naturalid with annotations of type TestForIssue
 class NaturalIdOnSingleManyToOneTest
          Test case for NaturalId annotation.
 

Methods in org.hibernate.test.annotations.naturalid with annotations of type TestForIssue
 void ImmutableNaturalKeyLookupTest.testCriteriaWithAliasOneToOneJoin()
           
 void ImmutableNaturalKeyLookupTest.testCriteriaWithFetchModeJoinCollection()
           
 void ImmutableNaturalKeyLookupTest.testCriteriaWithFetchModeJoinOnetoOne()
           
 void ImmutableNaturalKeyLookupTest.testNaturalKeyLookupWithConstraint()
           
 void ImmutableNaturalKeyLookupTest.testSimpleImmutableNaturalKeyLookup()
           
 void ImmutableNaturalKeyLookupTest.testSubCriteriaOneToOneJoin()
           
 

Uses of TestForIssue in org.hibernate.test.annotations.onetomany
 

Methods in org.hibernate.test.annotations.onetomany with annotations of type TestForIssue
 void OneToManyTest.testJoinColumnConfiguredInXml()
           
 

Uses of TestForIssue in org.hibernate.test.annotations.onetoone
 

Methods in org.hibernate.test.annotations.onetoone with annotations of type TestForIssue
 void OneToOneTest.testJoinColumnConfiguredInXml()
           
 void OptionalOneToOnePKJCTest.testNotFoundBidirDefaultIdGenerator()
           
 void OptionalOneToOnePKJCTest.testNotFoundBidirForeignIdGenerator()
           
 void OptionalOneToOnePKJCTest.testNullBidirForeignIdGenerator()
           
 void OneToOneTest.testPkOneToOneSelectStatementDoesNotGenerateExtraJoin()
           
 

Uses of TestForIssue in org.hibernate.test.annotations.onetoone.hhh4851
 

Classes in org.hibernate.test.annotations.onetoone.hhh4851 with annotations of type TestForIssue
 class HHH4851Test
           
 

Uses of TestForIssue in org.hibernate.test.any
 

Classes in org.hibernate.test.any with annotations of type TestForIssue
 class AnyTypeTest
           
 

Uses of TestForIssue in org.hibernate.test.cid
 

Classes in org.hibernate.test.cid with annotations of type TestForIssue
 class CompositeIdWithGeneratorTest
          Tests the use of composite-id with a generator.
 

Uses of TestForIssue in org.hibernate.test.collection.original
 

Methods in org.hibernate.test.collection.original with annotations of type TestForIssue
 void CollectionTest.testCollectionInheritance()
           
 

Uses of TestForIssue in org.hibernate.test.component.basic
 

Methods in org.hibernate.test.component.basic with annotations of type TestForIssue
 void ComponentTest.testComponentStateChangeAndDirtiness()
           
 

Uses of TestForIssue in org.hibernate.test.criteria
 

Methods in org.hibernate.test.criteria with annotations of type TestForIssue
 void LongInElementsTest.testLongInElementsByCriteria()
           
 void LongInElementsTest.testLongInElementsByHQL()
           
 void CriteriaQueryTest.testMultiplePropertiesSubquery()
           
 

Uses of TestForIssue in org.hibernate.test.ecid
 

Methods in org.hibernate.test.ecid with annotations of type TestForIssue
 void EmbeddedCompositeIdTest.testMerging()
           
 

Uses of TestForIssue in org.hibernate.test.flush
 

Classes in org.hibernate.test.flush with annotations of type TestForIssue
 class TestCollectionInitializingDuringFlush
           
 

Uses of TestForIssue in org.hibernate.test.generated
 

Methods in org.hibernate.test.generated with annotations of type TestForIssue
 void AbstractGeneratedPropertyTest.testGeneratedProperty()
           
 

Uses of TestForIssue in org.hibernate.test.hql
 

Methods in org.hibernate.test.hql with annotations of type TestForIssue
 void ASTParserLoadingTest.testCollectionJoinsInSubselect()
           
 void ASTParserLoadingTest.testComponentParameterBinding()
           
 void CriteriaHQLAlignmentTest.testCriteriaAggregationReturnType()
           
 void HQLTest.testExplicitJoinsInSubquery()
           
 void HQLTest.testHHH719()
           
 void HQLTest.testImplicitJoinContainedByCollectionFunction()
           
 void ASTParserLoadingTest.testImplicitJoinsInDifferentClauses()
           
 void ASTParserLoadingTest.testImplicitSelectEntityAssociationInShallowQuery()
           
 void HQLTest.testImpliedJoinInSubselectFrom()
           
 void HQLTest.testMultibyteCharacterConstant()
           
 void HQLTest.testNestedCollectionImplicitJoins()
           
 void ASTParserLoadingTest.testQueryMetadataRetrievalWithFetching()
           
 void HQLTest.testSerialJoinPathEndingInValueCollection()
           
 void ASTParserLoadingTest.testSpecialClassPropertyReference()
           
 void ASTParserLoadingTest.testSpecialClassPropertyReferenceFQN()
           
 void ASTParserLoadingTest.testSubclassOrSuperclassPropertyReferenceInJoinedSubclass()
           
 void HQLTest.testSubselectImplicitJoins()
           
 void ASTParserLoadingTest.testSuperclassPropertyReferenceAfterCollectionIndexedAccess()
           
 void ASTParserLoadingTest.testUnaryMinus()
           
 

Uses of TestForIssue in org.hibernate.test.immutable.entitywithmutablecollection.inverse
 

Classes in org.hibernate.test.immutable.entitywithmutablecollection.inverse with annotations of type TestForIssue
 class VersionedEntityWithInverseOneToManyJoinTest
           
 

Uses of TestForIssue in org.hibernate.test.interceptor
 

Methods in org.hibernate.test.interceptor with annotations of type TestForIssue
 void InterceptorTest.testPrepareStatementIntercept()
           
 void InterceptorTest.testPropertyIntercept2()
          Test case from HHH-1921.
 

Uses of TestForIssue in org.hibernate.test.keymanytoone.bidir.component
 

Methods in org.hibernate.test.keymanytoone.bidir.component with annotations of type TestForIssue
 void EagerKeyManyToOneTest.testLoadEntityWithEagerFetchingToKeyManyToOneReferenceBackToSelf()
           
 

Uses of TestForIssue in org.hibernate.test.legacy
 

Methods in org.hibernate.test.legacy with annotations of type TestForIssue
 void SQLLoaderTest.testCompositeIdId()
           
 

Uses of TestForIssue in org.hibernate.test.lob
 

Classes in org.hibernate.test.lob with annotations of type TestForIssue
 class LobMergeTest
           
 

Uses of TestForIssue in org.hibernate.test.locking
 

Classes in org.hibernate.test.locking with annotations of type TestForIssue
 class LockModeTest
          Make sure that directly specifying lock modes, even though deprecated, continues to work until removed.
 

Uses of TestForIssue in org.hibernate.test.namingstrategy
 

Methods in org.hibernate.test.namingstrategy with annotations of type TestForIssue
 void NamingStrategyTest.testDatabaseTableNames()
           
 

Uses of TestForIssue in org.hibernate.test.orphan
 

Classes in org.hibernate.test.orphan with annotations of type TestForIssue
 class PropertyRefTest
           
 

Uses of TestForIssue in org.hibernate.test.pagination
 

Classes in org.hibernate.test.pagination with annotations of type TestForIssue
 class DistinctSelectTest
          HHH-5715 bug test case: Duplicated entries when using select distinct with join and pagination.
 

Uses of TestForIssue in org.hibernate.test.propertyref.cachedcollections
 

Classes in org.hibernate.test.propertyref.cachedcollections with annotations of type TestForIssue
 class CachedPropertyRefCollectionTest
          Set of tests originally developed to verify and fix HHH-5853
 

Uses of TestForIssue in org.hibernate.test.querycache
 

Methods in org.hibernate.test.querycache with annotations of type TestForIssue
 void QueryCacheTest.testHitCacheInSameSession()
           
 void QueryCacheTest.testInvalidationFromBulkHQL()
           
 

Uses of TestForIssue in org.hibernate.test.resulttransformer
 

Methods in org.hibernate.test.resulttransformer with annotations of type TestForIssue
 void ResultTransformerTest.testResultTransformerIsAppliedToScrollableResults()
           
 

Uses of TestForIssue in org.hibernate.test.tm
 

Classes in org.hibernate.test.tm with annotations of type TestForIssue
 class TransactionTimeoutTest
           
 

Uses of TestForIssue in org.hibernate.test.typedescriptor
 

Methods in org.hibernate.test.typedescriptor with annotations of type TestForIssue
 void ByteTest.testByteDataPersistenceAndRetrieval()
           
 void CharInNativeQueryTest.testNativeQuery()
           
 

Uses of TestForIssue in org.hibernate.test.unionsubclass.alias
 

Classes in org.hibernate.test.unionsubclass.alias with annotations of type TestForIssue
 class SellCarTest
           
 



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