Uses of Class
org.hibernate.testing.RequiresDialectFeature

Packages that use RequiresDialectFeature
org.hibernate.ejb.test.lob   
org.hibernate.ejb.test.xml.sequences   
org.hibernate.test.annotations.beanvalidation   
org.hibernate.test.annotations.cascade.circle.identity   
org.hibernate.test.annotations.cascade.circle.sequence   
org.hibernate.test.annotations.dataTypes   
org.hibernate.test.annotations.entity Test package for metatata facilities It contains an example of filter metadata 
org.hibernate.test.annotations.id.sequences Test package for metatata facilities It contains an example of package level metadata 
org.hibernate.test.annotations.lob Test package for metatata facilities It contains an example of filter metadata 
org.hibernate.test.annotations.manytoone.referencedcolumnname   
org.hibernate.test.annotations.uniqueconstraint   
org.hibernate.test.annotations.xml.hbm   
org.hibernate.test.bidi   
org.hibernate.test.criteria   
org.hibernate.test.generatedkeys.identity   
org.hibernate.test.hql   
org.hibernate.test.idgen.biginteger.sequence   
org.hibernate.test.interfaceproxy   
org.hibernate.test.jpa.lock   
org.hibernate.test.legacy   
org.hibernate.test.lob   
org.hibernate.test.ondelete   
org.hibernate.test.optlock   
org.hibernate.test.pagination   
org.hibernate.test.querycache   
org.hibernate.test.sql.hand.identity   
org.hibernate.test.sql.hand.quotedidentifiers   
org.hibernate.test.tm   
 

Uses of RequiresDialectFeature in org.hibernate.ejb.test.lob
 

Classes in org.hibernate.ejb.test.lob with annotations of type RequiresDialectFeature
 class BlobTest
           
 

Uses of RequiresDialectFeature in org.hibernate.ejb.test.xml.sequences
 

Classes in org.hibernate.ejb.test.xml.sequences with annotations of type RequiresDialectFeature
 class XmlTest
           
 

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

Methods in org.hibernate.test.annotations.beanvalidation with annotations of type RequiresDialectFeature
 void DDLWithoutCallbackTest.testListeners()
           
 void DDLWithoutCallbackTest.testMinAndMaxChecksGetApplied()
           
 void DDLWithoutCallbackTest.testRangeChecksGetApplied()
           
 

Uses of RequiresDialectFeature in org.hibernate.test.annotations.cascade.circle.identity
 

Classes in org.hibernate.test.annotations.cascade.circle.identity with annotations of type RequiresDialectFeature
 class CascadeCircleIdentityIdTest
           
 

Uses of RequiresDialectFeature in org.hibernate.test.annotations.cascade.circle.sequence
 

Classes in org.hibernate.test.annotations.cascade.circle.sequence with annotations of type RequiresDialectFeature
 class CascadeCircleSequenceIdTest
           
 

Uses of RequiresDialectFeature in org.hibernate.test.annotations.dataTypes
 

Classes in org.hibernate.test.annotations.dataTypes with annotations of type RequiresDialectFeature
 class BasicOperationsTest
           
 

Uses of RequiresDialectFeature in org.hibernate.test.annotations.entity
 

Methods in org.hibernate.test.annotations.entity with annotations of type RequiresDialectFeature
 void BasicHibernateAnnotationsTest.testEntity()
           
 void BasicHibernateAnnotationsTest.testParameterizedType()
           
 void BasicHibernateAnnotationsTest.testPolymorphism()
           
 void BasicHibernateAnnotationsTest.testSerialized()
           
 void BasicHibernateAnnotationsTest.testType()
           
 void BasicHibernateAnnotationsTest.testVersioning()
           
 

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

Classes in org.hibernate.test.annotations.id.sequences with annotations of type RequiresDialectFeature
 class IdTest
           
 

Uses of RequiresDialectFeature in org.hibernate.test.annotations.lob
 

Classes in org.hibernate.test.annotations.lob with annotations of type RequiresDialectFeature
 class LobTest
           
 class MaterializedBlobTest
           
 class VersionedLobTest
           
 

Uses of RequiresDialectFeature in org.hibernate.test.annotations.manytoone.referencedcolumnname
 

Methods in org.hibernate.test.annotations.manytoone.referencedcolumnname with annotations of type RequiresDialectFeature
 void ManyToOneReferencedColumnNameTest.testReoverableExceptionInFkOrdering()
           
 

Uses of RequiresDialectFeature in org.hibernate.test.annotations.uniqueconstraint
 

Methods in org.hibernate.test.annotations.uniqueconstraint with annotations of type RequiresDialectFeature
 void UniqueConstraintTest.testUniquenessConstraintWithSuperclassProperty()
           
 

Uses of RequiresDialectFeature in org.hibernate.test.annotations.xml.hbm
 

Classes in org.hibernate.test.annotations.xml.hbm with annotations of type RequiresDialectFeature
 class HbmWithIdentityTest
           
 

Uses of RequiresDialectFeature in org.hibernate.test.bidi
 

Classes in org.hibernate.test.bidi with annotations of type RequiresDialectFeature
 class AuctionTest2
           
 

Uses of RequiresDialectFeature in org.hibernate.test.criteria
 

Classes in org.hibernate.test.criteria with annotations of type RequiresDialectFeature
 class CriteriaQueryTest
           
 

Uses of RequiresDialectFeature in org.hibernate.test.generatedkeys.identity
 

Classes in org.hibernate.test.generatedkeys.identity with annotations of type RequiresDialectFeature
 class IdentityGeneratedKeysTest
           
 

Uses of RequiresDialectFeature in org.hibernate.test.hql
 

Methods in org.hibernate.test.hql with annotations of type RequiresDialectFeature
 void BulkManipulationTest.testInsertWithGeneratedTimestampVersion()
           
 void HQLTest.testRowValueConstructorSyntaxInInList()
           
 void ScrollableCollectionFetchingTest.testScrollingJoinFetchesForward()
           
 void BulkManipulationTest.testSimpleDeleteOnAnimal()
           
 void ASTParserLoadingTest.testSimpleSelectWithLimitAndOffset()
           
 void ASTParserLoadingTest.testSubqueryAsSingularValueExpression()
           
 

Uses of RequiresDialectFeature in org.hibernate.test.idgen.biginteger.sequence
 

Classes in org.hibernate.test.idgen.biginteger.sequence with annotations of type RequiresDialectFeature
 class BigIntegerSequenceGeneratorTest
           
 

Uses of RequiresDialectFeature in org.hibernate.test.interfaceproxy
 

Methods in org.hibernate.test.interfaceproxy with annotations of type RequiresDialectFeature
 void InterfaceProxyTest.testInterfaceProxies()
           
 

Uses of RequiresDialectFeature in org.hibernate.test.jpa.lock
 

Classes in org.hibernate.test.jpa.lock with annotations of type RequiresDialectFeature
 class JPALockTest
          Tests specifically relating to section 3.3.5.3 [Lock Modes] of the JPA persistence specification (as of the Proposed Final Draft).
 class RepeatableReadTest
          Test that the Hibernate Session complies with REPEATABLE_READ isolation semantics.
 

Uses of RequiresDialectFeature in org.hibernate.test.legacy
 

Methods in org.hibernate.test.legacy with annotations of type RequiresDialectFeature
 void FooBarTest.testEmptyInListQuery()
           
 void CustomSQLTest.testInsert()
           
 void FooBarTest.testOnCascadeDelete()
           
 

Uses of RequiresDialectFeature in org.hibernate.test.lob
 

Classes in org.hibernate.test.lob with annotations of type RequiresDialectFeature
 class BlobLocatorTest
          Tests lazy materialization of data mapped by BlobType, as well as bounded and unbounded materialization and mutation.
 class ClobLocatorTest
          Tests lazy materialization of data mapped by ClobType as well as bounded and unbounded materialization and mutation.
 class LobMergeTest
           
 class MaterializedBlobTest
          Tests eager materialization and mutation of data mapped by MaterializedBlobType.
 class MaterializedClobTest
          Tests eager materialization and mutation of data mapped by MaterializedClobType.
 

Methods in org.hibernate.test.lob with annotations of type RequiresDialectFeature
 void BlobLocatorTest.testUnboundedBlobLocatorAccess()
           
 void ClobLocatorTest.testUnboundedClobLocatorAccess()
           
 

Uses of RequiresDialectFeature in org.hibernate.test.ondelete
 

Methods in org.hibernate.test.ondelete with annotations of type RequiresDialectFeature
 void OnDeleteTest.testJoinedSubclass()
           
 

Uses of RequiresDialectFeature in org.hibernate.test.optlock
 

Classes in org.hibernate.test.optlock with annotations of type RequiresDialectFeature
 class OptimisticLockTest
          Tests relating to the optimistic-lock mapping option.
 

Uses of RequiresDialectFeature in org.hibernate.test.pagination
 

Methods in org.hibernate.test.pagination with annotations of type RequiresDialectFeature
 void PaginationTest.testLimit()
           
 void PaginationTest.testLimitOffset()
           
 

Uses of RequiresDialectFeature in org.hibernate.test.querycache
 

Methods in org.hibernate.test.querycache with annotations of type RequiresDialectFeature
 void QueryCacheTest.testCaseInsensitiveComparison()
           
 

Uses of RequiresDialectFeature in org.hibernate.test.sql.hand.identity
 

Classes in org.hibernate.test.sql.hand.identity with annotations of type RequiresDialectFeature
 class CustomInsertSQLWithIdentityColumnTest
          Custom SQL tests for combined usage of custom insert SQL and identity columns
 

Uses of RequiresDialectFeature in org.hibernate.test.sql.hand.quotedidentifiers
 

Classes in org.hibernate.test.sql.hand.quotedidentifiers with annotations of type RequiresDialectFeature
 class NativeSqlAndQuotedIdentifiersTest
          Test of various situations with native-sql queries and quoted identifiers
 

Uses of RequiresDialectFeature in org.hibernate.test.tm
 

Methods in org.hibernate.test.tm with annotations of type RequiresDialectFeature
 void CMTTest.testConcurrentCachedDirtyQueries()
           
 



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