|
| 1 | +<!-- |
| 2 | +
|
| 3 | + Licensed to the Apache Software Foundation (ASF) under one |
| 4 | + or more contributor license agreements. See the NOTICE file |
| 5 | + distributed with this work for additional information |
| 6 | + regarding copyright ownership. The ASF licenses this file |
| 7 | + to you under the Apache License, Version 2.0 (the |
| 8 | + "License"); you may not use this file except in compliance |
| 9 | + with the License. You may obtain a copy of the License at |
| 10 | +
|
| 11 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | +
|
| 13 | + Unless required by applicable law or agreed to in writing, |
| 14 | + software distributed under the License is distributed on an |
| 15 | + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | + KIND, either express or implied. See the License for the |
| 17 | + specific language governing permissions and limitations |
| 18 | + under the License. |
| 19 | +
|
| 20 | +--> |
| 21 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| 22 | +<!-- **************************************************************** --> |
| 23 | +<!-- * PLEASE KEEP COMPLICATED EXPRESSIONS OUT OF THESE TEMPLATES, * --> |
| 24 | +<!-- * i.e. only iterate & print data where possible. Thanks, Jez. * --> |
| 25 | +<!-- **************************************************************** --> |
| 26 | + |
| 27 | +<html> |
| 28 | +<head> |
| 29 | + <!-- Generated by groovydoc --> |
| 30 | + <title>Entity (GORM for Hibernate 5 - 9.0.0-SNAPSHOT)</title> |
| 31 | + |
| 32 | + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| 33 | + <link href="../../groovy.ico" type="image/x-icon" rel="shortcut icon"> |
| 34 | + <link href="../../groovy.ico" type="image/x-icon" rel="icon"> |
| 35 | + <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> |
| 36 | + |
| 37 | +<body class="center"> |
| 38 | +<script type="text/javascript"><!-- |
| 39 | +if (location.href.indexOf('is-external=true') == -1) { |
| 40 | + parent.document.title="Entity (GORM for Hibernate 5 - 9.0.0-SNAPSHOT)"; |
| 41 | +} |
| 42 | +//--> |
| 43 | +</script> |
| 44 | +<noscript> |
| 45 | + <div>JavaScript is disabled on your browser.</div> |
| 46 | +</noscript> |
| 47 | +<!-- ========= START OF TOP NAVBAR ======= --> |
| 48 | +<div class="topNav"><a name="navbar_top"> |
| 49 | + <!-- --> |
| 50 | +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> |
| 51 | + <!-- --> |
| 52 | +</a> |
| 53 | + <ul class="navList" title="Navigation"> |
| 54 | + <li><a href="../../overview-summary.html">Overview</a></li> |
| 55 | + <li><a href="package-summary.html">Package</a></li> |
| 56 | + <li class="navBarCell1Rev">Class</li> |
| 57 | + <li><a href="../../deprecated-list.html">Deprecated</a></li> |
| 58 | + <li><a href="../../index-all.html">Index</a></li> |
| 59 | + <li><a href="../../help-doc.html">Help</a></li> |
| 60 | + </ul> |
| 61 | +</div> |
| 62 | + |
| 63 | +<div class="subNav"> |
| 64 | + <div> |
| 65 | + <ul class="navList"> |
| 66 | + <li><a href="../../index.html?grails/gorm/Entity" target="_top">Frames</a></li> |
| 67 | + <li><a href="Entity.html" target="_top">No Frames</a></li> |
| 68 | + </ul> |
| 69 | + </div> |
| 70 | + <div> |
| 71 | + <ul class="subNavList"> |
| 72 | + <li>Summary: </li> |
| 73 | + Nested Field Method |
| 74 | + </ul> |
| 75 | + <ul class="subNavList"> |
| 76 | + <li> | Detail: </li> |
| 77 | + Field Method |
| 78 | + </ul> |
| 79 | + </div> |
| 80 | + <a name="skip-navbar_top"> |
| 81 | + <!-- --> |
| 82 | + </a></div> |
| 83 | +<!-- ========= END OF TOP NAVBAR ========= --> |
| 84 | + |
| 85 | +<!-- ======== START OF CLASS DATA ======== --> |
| 86 | +<div class="header"> |
| 87 | + |
| 88 | + <div class="subTitle">Package: <strong>grails.gorm</strong></div> |
| 89 | + |
| 90 | + <h2 title="[Groovy] Trait Entity<D>" class="title">[Groovy] Trait Entity<D></h2> |
| 91 | +</div> |
| 92 | +<div class="contentContainer"> |
| 93 | +<ul class="inheritance"> |
| 94 | +<li><ul class="inheritance"></ul></li><li>grails.gorm.Entity |
| 95 | +</ul> |
| 96 | +<div class="description"> |
| 97 | + <ul class="blockList"> |
| 98 | + <li class="blockList"> |
| 99 | + |
| 100 | + |
| 101 | + <!-- todo: direct known subclasses --> |
| 102 | + <hr> |
| 103 | + |
| 104 | +<pre>@groovy.transform.Trait |
| 105 | +trait Entity<D> |
| 106 | +extends java.lang.Object</pre> |
| 107 | + |
| 108 | + <p> Trait added to all domain classes <DL><DT><B>Authors:</B></DT><DD>Graeme Rocher</DD></DL><DL><DT><B>Since:</B></DT><DD>5.0</DD></DL></p> |
| 109 | + |
| 110 | + </li> |
| 111 | + </ul> |
| 112 | +</div> |
| 113 | + |
| 114 | +<div class="summary"> |
| 115 | + <ul class="blockList"> |
| 116 | + <li class="blockList"> |
| 117 | + <!-- =========== NESTED CLASS SUMMARY =========== --> |
| 118 | + |
| 119 | + |
| 120 | + <!-- =========== ENUM CONSTANT SUMMARY =========== --> |
| 121 | + |
| 122 | + <!-- =========== FIELD SUMMARY =========== --> |
| 123 | + |
| 124 | + |
| 125 | + <!-- =========== PROPERTY SUMMARY =========== --> |
| 126 | + |
| 127 | + |
| 128 | + <!-- =========== ELEMENT SUMMARY =========== --> |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + <!-- ========== METHOD SUMMARY =========== --> |
| 135 | + <ul class="blockList"> |
| 136 | + |
| 137 | + <li class="blockList"><a name="method_summary"><!-- --></a> |
| 138 | + <h3>Inherited Methods Summary</h3> |
| 139 | + <ul class="blockList"> |
| 140 | + <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Inherited Methods Summary table"> |
| 141 | + <caption><span>Inherited Methods</span><span class="tabEnd"> </span></caption> |
| 142 | + <tr> |
| 143 | + <th class="colFirst" scope="col">Methods inherited from class</th> |
| 144 | + <th class="colLast" scope="col">Name</th> |
| 145 | + </tr> |
| 146 | + |
| 147 | + <tr class="altColor"> |
| 148 | + <td class="colFirst"><code>class java.lang.Object</code></td> |
| 149 | + <td class="colLast"><code>java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()</code></td> |
| 150 | + </tr> |
| 151 | + </table> |
| 152 | + </ul> |
| 153 | + </li> |
| 154 | + |
| 155 | + </ul> |
| 156 | + |
| 157 | + </li> |
| 158 | + </ul> |
| 159 | +</div> |
| 160 | + |
| 161 | +<div class="details"> |
| 162 | + <ul class="blockList"> |
| 163 | + <li class="blockList"> |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + </li> |
| 177 | + </ul> |
| 178 | +</div> |
| 179 | + |
| 180 | +<!-- ========= END OF CLASS DATA ========= --> |
| 181 | +<!-- ======= START OF BOTTOM NAVBAR ====== --> |
| 182 | +<div class="bottomNav"><a name="navbar_bottom"> |
| 183 | + <!-- --> |
| 184 | +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> |
| 185 | + <!-- --> |
| 186 | +</a> |
| 187 | + <ul class="navList" title="Navigation"> |
| 188 | + <li><a href="../../overview-summary.html">Overview</a></li> |
| 189 | + <li><a href="package-summary.html">Package</a></li> |
| 190 | + <li class="navBarCell1Rev">Class</li> |
| 191 | + <li><a href="../../deprecated-list.html">Deprecated</a></li> |
| 192 | + <li><a href="../../index-all.html">Index</a></li> |
| 193 | + <li><a href="../../help-doc.html">Help</a></li> |
| 194 | + </ul> |
| 195 | +</div> |
| 196 | + |
| 197 | +<div class="subNav"> |
| 198 | + <div> |
| 199 | + <ul class="navList"> |
| 200 | + <li><a href="../../index.html?grails/gorm/Entity" target="_top">Frames</a></li> |
| 201 | + <li><a href="Entity.html" target="_top">No Frames</a></li> |
| 202 | + </ul> |
| 203 | + </div> |
| 204 | + <div> |
| 205 | + <ul class="subNavList"> |
| 206 | + <li>Summary: </li> |
| 207 | + Nested Field Method |
| 208 | + </ul> |
| 209 | + <ul class="subNavList"> |
| 210 | + <li> | Detail: </li> |
| 211 | + Field Method |
| 212 | + </ul> |
| 213 | + </div> |
| 214 | + <p>Groovy Documentation</p> |
| 215 | + <a name="skip-navbar_bottom"> |
| 216 | + <!-- --> |
| 217 | + </a> |
| 218 | + </div> |
| 219 | +</div> |
| 220 | +<!-- ======== END OF BOTTOM NAVBAR ======= --> |
| 221 | +</body> |
| 222 | +</html> |
0 commit comments