class Foo implements Serializable { String code1, code2 static mapping = { id composite:[code1,code2] } }