All Downloads are FREE. Search and download functionalities are using the official Maven repository.

grails.gorm.tests.ClassWithHungarianNotation.groovy Maven / Gradle / Ivy

There is a newer version: 9.0.0-M2
Show newest version
package grails.gorm.tests

import grails.persistence.Entity

/**
 * @author sdelamo
 */
@Entity
class ClassWithHungarianNotation implements Serializable {
    Integer iSize

    static constraints = {
        iSize nullable:true
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy