类 DerbyTenSixDialect

  • 所有已实现的接口:
    ConversionContext
    直接已知子类:
    DerbyTenSevenDialect

    public class DerbyTenSixDialect
    extends DerbyTenFiveDialect
    Hibernate Dialect for Cloudscape 10 - aka Derby. This implements both an override for the identity column generator as well as for the case statement issue documented at: http://www.jroller.com/comments/kenlars99/Weblog/cloudscape_soon_to_be_derby
    作者:
    Simon Johnston, Scott Marlow
    • 构造器详细资料

      • DerbyTenSixDialect

        public DerbyTenSixDialect()
        Constructs a DerbyTenSixDialect
    • 方法详细资料

      • supportsSequences

        public boolean supportsSequences()
        从类复制的说明: Dialect
        Does this dialect support sequences?
        覆盖:
        supportsSequences 在类中 DerbyTenFiveDialect
        返回:
        True if sequences supported; false otherwise.