blob: dae82ed162a287705c85370d765c3d068da1d846 [file] [log] [blame]
package org.codehaus.groovy.grails.orm.hibernate;
public class PersistentMethodTestClass {
@Property List optionals = [ "age" ];
@Property Long id;
@Property Long version;
@Property String firstName;
@Property String lastName;
@Property Integer age;
}