mapWith
Purpose
ThemapWith static property adds the ability to control if a domain class is being persisted.Examples
class Airport {    static mapWith = "none"}Airport class will not be persisted to the database.
            | 
                (Quick Reference)
                 mapWithPurposeThemapWithstatic property adds the ability to control if a domain class is being persisted.Examplesclass Airport {    static mapWith = "none"}Airportclass will not be persisted to the database. | Command LineConstraintsControllersDatabase MappingDomain ClassesPlug-insServicesServlet APITag LibrariesTags | 
