
5
Jul, 14
Grails domains: Reduce size of hasMany String column in DB
Reduce size of hasMany property of type String Grails follows MVC(Model View Controller) design pattern and domain classes fulfills the M in MVC. Each domain class mapped with a table in the database, i.e., a domain class represents a table in the database. hasMany...
Recent Comments