# File lib/dm-core/type.rb, line 158
  def self.Type(primitive_type, options = {})
    Class.new(Type).configure(primitive_type, options)
  end