Class CustomDbTypeMapping

    • Constructor Detail

      • CustomDbTypeMapping

        public CustomDbTypeMapping​(DbType type,
                                   String columnDefinition)
        Create a mapping that should apply to all the database platforms.
    • Method Detail

      • getType

        public DbType getType()
        Return the DB type the mapping applies to.
      • getPlatform

        public io.ebean.annotation.Platform getPlatform()
        Return the platform this mapping should apply to. Null means it applied to all platforms.