grails.gorm.validation.ConstrainedEntity.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grails-datastore-gorm-validation Show documentation
Show all versions of grails-datastore-gorm-validation Show documentation
GORM - Grails Data Access Framework
The newest version!
package grails.gorm.validation
/**
* Represents an entity that is constrained
*
* @author Graeme Rocher
* @since 6.0
*/
interface ConstrainedEntity {
/**
* @return The constrained property instances
*/
Map getConstrainedProperties()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy