ident
目的 Purpose
Returns the value of the identity property of the domain class regardless of the name of the identity property itself使用例 Examples
def b = new Book(title: "The Shining") b.save()println b.ident()
(Quick Reference)
ident目的 Returns the value of the identity property of the domain class regardless of the name of the identity property itself |
Command LineConstraintsControllersDatabase MappingDomain ClassesPlug-insServicesServlet APITag LibrariesTags |