class MetadataXml { // Format is bar... String namevalue static belongsTo = [rasterEntry: RasterEntry] static constraints = { namevalue() } static mapping = { columns { namevalue type: 'text' } } }