Uses of Package
org.hibernate.testing

Packages that use org.hibernate.testing
org.hibernate.ejb.criteria   
org.hibernate.ejb.criteria.basic   
org.hibernate.ejb.criteria.subquery   
org.hibernate.ejb.test.callbacks   
org.hibernate.ejb.test.emops   
org.hibernate.ejb.test.exception   
org.hibernate.ejb.test.lob   
org.hibernate.ejb.test.lock   
org.hibernate.ejb.test.xml.sequences   
org.hibernate.envers.test   
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.jta   
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.cascade   
org.hibernate.test.annotations.cascade.circle.identity   
org.hibernate.test.annotations.cascade.circle.sequence   
org.hibernate.test.annotations.cid.keymanytoone   
org.hibernate.test.annotations.dataTypes   
org.hibernate.test.annotations.embedded.one2many   
org.hibernate.test.annotations.entity Test package for metatata facilities It contains an example of filter metadata 
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.idclass.xml   
org.hibernate.test.annotations.indexcoll   
org.hibernate.test.annotations.inheritance.joined   
org.hibernate.test.annotations.lob Test package for metatata facilities It contains an example of filter metadata 
org.hibernate.test.annotations.manytomany   
org.hibernate.test.annotations.manytoone.referencedcolumnname   
org.hibernate.test.annotations.manytoonewithformula   
org.hibernate.test.annotations.naturalid   
org.hibernate.test.annotations.onetomany   
org.hibernate.test.annotations.onetoone   
org.hibernate.test.annotations.onetoone.hhh4851   
org.hibernate.test.annotations.query   
org.hibernate.test.annotations.uniqueconstraint   
org.hibernate.test.annotations.xml.ejb3   
org.hibernate.test.annotations.xml.hbm   
org.hibernate.test.any   
org.hibernate.test.bidi   
org.hibernate.test.cid   
org.hibernate.test.collection.original   
org.hibernate.test.collection.set   
org.hibernate.test.component.basic   
org.hibernate.test.criteria   
org.hibernate.test.cut   
org.hibernate.test.dialect.function   
org.hibernate.test.dialect.functional.cache   
org.hibernate.test.ecid   
org.hibernate.test.event.collection   
org.hibernate.test.exception   
org.hibernate.test.filter   
org.hibernate.test.flush   
org.hibernate.test.generated   
org.hibernate.test.generatedkeys.identity   
org.hibernate.test.generatedkeys.select   
org.hibernate.test.generatedkeys.seqidentity   
org.hibernate.test.hql   
org.hibernate.test.idgen.biginteger.sequence   
org.hibernate.test.immutable.entitywithmutablecollection.inverse   
org.hibernate.test.instrument.buildtime   
org.hibernate.test.instrument.runtime   
org.hibernate.test.interceptor   
org.hibernate.test.interfaceproxy   
org.hibernate.test.jpa.lock   
org.hibernate.test.lazycache   
org.hibernate.test.lazyonetoone   
org.hibernate.test.legacy   
org.hibernate.test.lob   
org.hibernate.test.locking   
org.hibernate.test.mixed   
org.hibernate.test.namingstrategy   
org.hibernate.test.ondelete   
org.hibernate.test.optlock   
org.hibernate.test.orphan   
org.hibernate.test.orphan.one2one.fk.reversed.unidirectional   
org.hibernate.test.pagination   
org.hibernate.test.propertyref.cachedcollections   
org.hibernate.test.proxy   
org.hibernate.test.querycache   
org.hibernate.test.readonly   
org.hibernate.test.resulttransformer   
org.hibernate.test.rowid   
org.hibernate.test.sql.check   
org.hibernate.test.sql.hand.custom.datadirect.oracle   
org.hibernate.test.sql.hand.custom.db2   
org.hibernate.test.sql.hand.custom.mysql   
org.hibernate.test.sql.hand.custom.oracle   
org.hibernate.test.sql.hand.custom.sqlserver   
org.hibernate.test.sql.hand.custom.sybase   
org.hibernate.test.sql.hand.identity   
org.hibernate.test.sql.hand.query   
org.hibernate.test.sql.hand.quotedidentifiers   
org.hibernate.test.tm   
org.hibernate.test.typedescriptor   
org.hibernate.test.typeoverride   
org.hibernate.test.unionsubclass.alias   
org.hibernate.test.version.sybase   
org.hibernate.testing   
org.hibernate.testing.junit4   
 

Classes in org.hibernate.testing used by org.hibernate.ejb.criteria
FailureExpected
          Annotation used to mark a test as an expected failure.
RequiresDialect
          Annotation used to indicate that a test should be run only when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.ejb.criteria.basic
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.ejb.criteria.subquery
SkipForDialect
          Annotation used to indicate that a test should be skipped when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.ejb.test.callbacks
FailureExpected
          Annotation used to mark a test as an expected failure.
 

Classes in org.hibernate.testing used by org.hibernate.ejb.test.emops
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.ejb.test.exception
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.ejb.test.lob
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
 

Classes in org.hibernate.testing used by org.hibernate.ejb.test.lock
SkipForDialect
          Annotation used to indicate that a test should be skipped when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.ejb.test.xml.sequences
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
 

Classes in org.hibernate.testing used by org.hibernate.envers.test
AfterClassOnce
          Annotation used to mark a method which should be run once after the last test execution for the given class.
BeforeClassOnce
          Annotation used to mark a method which should be run once before the first test execution for the given class.
 

Classes in org.hibernate.testing used by org.hibernate.envers.test.integration.components
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.envers.test.integration.entityNames.singleAssociatedAudited
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.envers.test.integration.inheritance.joined.relation
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.envers.test.integration.jta
FailureExpected
          Annotation used to mark a test as an expected failure.
 

Classes in org.hibernate.testing used by org.hibernate.envers.test.integration.merge
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.envers.test.integration.proxy
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.envers.test.integration.reventity
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.envers.test.integration.superclass.auditoverride
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.envers.test.performance
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.beanvalidation
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.cascade
FailureExpected
          Annotation used to mark a test as an expected failure.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.cascade.circle.identity
FailureExpected
          Annotation used to mark a test as an expected failure.
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.cascade.circle.sequence
FailureExpected
          Annotation used to mark a test as an expected failure.
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.cid.keymanytoone
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.dataTypes
DialectCheck
          Defines a means to check Dialect features for use in "test protection" checks.
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.embedded.one2many
FailureExpected
          Annotation used to mark a test as an expected failure.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.entity
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.id
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.id.sequences
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.idclass.xml
FailureExpected
          Annotation used to mark a test as an expected failure.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.indexcoll
RequiresDialect
          Annotation used to indicate that a test should be run only when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.inheritance.joined
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.lob
FailureExpected
          Annotation used to mark a test as an expected failure.
RequiresDialect
          Annotation used to indicate that a test should be run only when run against the indicated dialects.
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.manytomany
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.manytoone.referencedcolumnname
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.manytoonewithformula
RequiresDialect
          Annotation used to indicate that a test should be run only when run against the indicated dialects.
SkipForDialect
          Annotation used to indicate that a test should be skipped when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.naturalid
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.onetomany
FailureExpected
          Annotation used to mark a test as an expected failure.
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.onetoone
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.onetoone.hhh4851
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.query
FailureExpected
          Annotation used to mark a test as an expected failure.
SkipForDialect
          Annotation used to indicate that a test should be skipped when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.uniqueconstraint
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.xml.ejb3
SkipForDialect
          Annotation used to indicate that a test should be skipped when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.annotations.xml.hbm
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
 

Classes in org.hibernate.testing used by org.hibernate.test.any
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.bidi
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
SkipForDialect
          Annotation used to indicate that a test should be skipped when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.cid
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.collection.original
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.collection.set
FailureExpected
          Annotation used to mark a test as an expected failure.
 

Classes in org.hibernate.testing used by org.hibernate.test.component.basic
FailureExpected
          Annotation used to mark a test as an expected failure.
RequiresDialect
          Annotation used to indicate that a test should be run only when run against the indicated dialects.
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.criteria
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
SkipForDialect
          Annotation used to indicate that a test should be skipped when run against the indicated dialects.
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.cut
SkipForDialect
          Annotation used to indicate that a test should be skipped when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.dialect.function
RequiresDialect
          Annotation used to indicate that a test should be run only when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.dialect.functional.cache
RequiresDialect
          Annotation used to indicate that a test should be run only when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.ecid
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.event.collection
FailureExpected
          Annotation used to mark a test as an expected failure.
 

Classes in org.hibernate.testing used by org.hibernate.test.exception
SkipForDialect
          Annotation used to indicate that a test should be skipped when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.filter
SkipForDialect
          Annotation used to indicate that a test should be skipped when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.flush
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.generated
RequiresDialect
          Annotation used to indicate that a test should be run only when run against the indicated dialects.
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.generatedkeys.identity
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
 

Classes in org.hibernate.testing used by org.hibernate.test.generatedkeys.select
RequiresDialect
          Annotation used to indicate that a test should be run only when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.generatedkeys.seqidentity
RequiresDialect
          Annotation used to indicate that a test should be run only when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.hql
FailureExpected
          Annotation used to mark a test as an expected failure.
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
SkipForDialect
          Annotation used to indicate that a test should be skipped when run against the indicated dialects.
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.idgen.biginteger.sequence
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
 

Classes in org.hibernate.testing used by org.hibernate.test.immutable.entitywithmutablecollection.inverse
FailureExpected
          Annotation used to mark a test as an expected failure.
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.instrument.buildtime
Skip
          An annotation, used in combination with Skip.Matcher, to determine when/if tests should be skipped.
Skip.Matcher
          Simple boolean assertion
 

Classes in org.hibernate.testing used by org.hibernate.test.instrument.runtime
SkipForDialect
          Annotation used to indicate that a test should be skipped when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.interceptor
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.interfaceproxy
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
 

Classes in org.hibernate.testing used by org.hibernate.test.jpa.lock
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
 

Classes in org.hibernate.testing used by org.hibernate.test.lazycache
Skip
          An annotation, used in combination with Skip.Matcher, to determine when/if tests should be skipped.
Skip.Matcher
          Simple boolean assertion
 

Classes in org.hibernate.testing used by org.hibernate.test.lazyonetoone
Skip
          An annotation, used in combination with Skip.Matcher, to determine when/if tests should be skipped.
Skip.Matcher
          Simple boolean assertion
 

Classes in org.hibernate.testing used by org.hibernate.test.legacy
DialectCheck
          Defines a means to check Dialect features for use in "test protection" checks.
FailureExpected
          Annotation used to mark a test as an expected failure.
RequiresDialect
          Annotation used to indicate that a test should be run only when run against the indicated dialects.
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
SkipForDialect
          Annotation used to indicate that a test should be skipped when run against the indicated dialects.
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.lob
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
SkipForDialect
          Annotation used to indicate that a test should be skipped when run against the indicated dialects.
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.locking
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.mixed
SkipForDialect
          Annotation used to indicate that a test should be skipped when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.namingstrategy
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.ondelete
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
 

Classes in org.hibernate.testing used by org.hibernate.test.optlock
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
 

Classes in org.hibernate.testing used by org.hibernate.test.orphan
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.orphan.one2one.fk.reversed.unidirectional
FailureExpected
          Annotation used to mark a test as an expected failure.
 

Classes in org.hibernate.testing used by org.hibernate.test.pagination
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.propertyref.cachedcollections
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.proxy
FailureExpected
          Annotation used to mark a test as an expected failure.
 

Classes in org.hibernate.testing used by org.hibernate.test.querycache
FailureExpected
          Annotation used to mark a test as an expected failure.
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.readonly
FailureExpected
          Annotation used to mark a test as an expected failure.
SkipForDialect
          Annotation used to indicate that a test should be skipped when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.resulttransformer
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.rowid
RequiresDialect
          Annotation used to indicate that a test should be run only when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.sql.check
RequiresDialect
          Annotation used to indicate that a test should be run only when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.sql.hand.custom.datadirect.oracle
RequiresDialect
          Annotation used to indicate that a test should be run only when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.sql.hand.custom.db2
RequiresDialect
          Annotation used to indicate that a test should be run only when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.sql.hand.custom.mysql
RequiresDialect
          Annotation used to indicate that a test should be run only when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.sql.hand.custom.oracle
RequiresDialect
          Annotation used to indicate that a test should be run only when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.sql.hand.custom.sqlserver
RequiresDialect
          Annotation used to indicate that a test should be run only when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.sql.hand.custom.sybase
RequiresDialect
          Annotation used to indicate that a test should be run only when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.sql.hand.identity
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
 

Classes in org.hibernate.testing used by org.hibernate.test.sql.hand.query
FailureExpected
          Annotation used to mark a test as an expected failure.
SkipForDialect
          Annotation used to indicate that a test should be skipped when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.sql.hand.quotedidentifiers
DialectCheck
          Defines a means to check Dialect features for use in "test protection" checks.
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
 

Classes in org.hibernate.testing used by org.hibernate.test.tm
RequiresDialectFeature
          Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
SkipForDialect
          Annotation used to indicate that a test should be skipped when run against the indicated dialects.
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.typedescriptor
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.typeoverride
SkipForDialect
          Annotation used to indicate that a test should be skipped when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.test.unionsubclass.alias
TestForIssue
          A documentation annotation for notating what JIRA issue is being tested.
 

Classes in org.hibernate.testing used by org.hibernate.test.version.sybase
RequiresDialect
          Annotation used to indicate that a test should be run only when run against the indicated dialects.
 

Classes in org.hibernate.testing used by org.hibernate.testing
DialectCheck
          Defines a means to check Dialect features for use in "test protection" checks.
Skip.Matcher
          Simple boolean assertion
 

Classes in org.hibernate.testing used by org.hibernate.testing.junit4
FailureExpected
          Annotation used to mark a test as an expected failure.
OnExpectedFailure
          Annotation used to identify a method as a callback to be executed whenever a FailureExpected is handled.
OnFailure
          Annotation used to identify a method as a callback to be executed on test failures.
 



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