get
Purpose
Retrieves an instance of the domain class for the specified id, otherwise returns nullExamples
def b = Book.get(1)
Description
Parameters:id
- The id of the object to retrieve
(Quick Reference)
getPurposeRetrieves an instance of the domain class for the specified id, otherwise returns nullExamplesdef b = Book.get(1) DescriptionParameters:
|
Command LineConstraintsControllersDatabase MappingDomain ClassesPlug-insServicesServlet APITag LibrariesTags |