org.hibernate.testing
Class DialectChecks.SupportsIdentityColumns

java.lang.Object
  extended by org.hibernate.testing.DialectChecks.SupportsIdentityColumns
All Implemented Interfaces:
DialectCheck
Enclosing class:
DialectChecks

public static class DialectChecks.SupportsIdentityColumns
extends Object
implements DialectCheck


Constructor Summary
DialectChecks.SupportsIdentityColumns()
           
 
Method Summary
 boolean isMatch(Dialect dialect)
          Does the given dialect match the defined check?
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialectChecks.SupportsIdentityColumns

public DialectChecks.SupportsIdentityColumns()
Method Detail

isMatch

public boolean isMatch(Dialect dialect)
Description copied from interface: DialectCheck
Does the given dialect match the defined check?

Specified by:
isMatch in interface DialectCheck
Parameters:
dialect - The dialect against which to check
Returns:
true if it matches; false otherwise.


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