blob: a51f6bf10ef9a036a48428a25e9dcef5209731ff [file]
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Generated by groovydoc (4.0.30) -->
<title>Deprecated API (Grails 7.0.9)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link href="groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="groovy.ico" type="image/x-icon" rel="icon">
</head>
<body class="center">
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated API (Grails 7.0.9)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li class="navBarCell1Rev">Deprecated</li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
</ul>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Deprecated API" class="title">Deprecated API</h1>
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#interface">Deprecated Interface</a></li>
<li><a href="#trait">Deprecated Trait</a></li>
<li><a href="#class">Deprecated Class</a></li>
<li><a href="#annotation type">Deprecated Annotation Type</a></li>
<li><a href="#method">Deprecated Method</a></li>
<li><a href="#constructor">Deprecated Constructor</a></li>
<li><a href="#field">Deprecated Field</a></li>
<li><a href="#property">Deprecated Property</a></li>
</ul>
</div>
<div class="contentContainer">
<!-- Deprecated fields/properties/enum constant types -->
<a name="field"><!-- --></a><ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Fields table, listing deprecated fields, and an explanation">
<caption><span>Deprecated Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne">
<strong><a href="org/grails/datastore/mapping/config/Entity.html#ALL_DATA_SOURCES">Entity#ALL_DATA_SOURCES</a></strong>
</td>
<td>
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Use ConnectionSource#DEFAULT#DEFAULT instead</DD></DL> </i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne">
<strong><a href="org/grails/datastore/mapping/config/Entity.html#DEFAULT_DATA_SOURCE">Entity#DEFAULT_DATA_SOURCE</a></strong>
</td>
<td>
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Use ConnectionSource#ALL#ALL instead</DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne">
<strong><a href="org/grails/datastore/gorm/finders/MethodExpression.html#targetClass">MethodExpression#targetClass</a></strong>
</td>
<td>
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Do not use</DD></DL> </i></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<!-- Deprecated fields/properties/enum constant types -->
<a name="property"><!-- --></a><ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Properties table, listing deprecated properties, and an explanation">
<caption><span>Deprecated Properties</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Property and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne">
<strong><a href="org/grails/datastore/mapping/core/connections/ConnectionSourceSettings.html#autoFlush">ConnectionSourceSettings#autoFlush</a></strong>
</td>
<td>
<div class="block"><i>Whether to auto flush</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne">
<strong><a href="org/grails/plugins/web/taglib/FormTagLib.html#actionSubmit">FormTagLib#actionSubmit</a></strong>
</td>
<td>
<div class="block"><i>Creates a submit button that submits to an action in the controller specified by the form action.</i></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<!-- Deprecated class/interface/enum types -->
<a name="interface"><!-- --></a><ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Interfaces table, listing deprecated interfaces, and an explanation">
<caption><span>Deprecated Interfaces</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Interface and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="reactor/bus/Bus.html"><i>Bus</i></a>
<div class="block"><i>Basic unit of event handling in Reactor.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="grails/validation/ConstraintsEvaluator.html"><i>ConstraintsEvaluator</i></a>
<div class="block"><i>Evaluates and returns constraints.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="reactor/fn/Consumer.html"><i>Consumer</i></a>
<div class="block"><i>Implementations accept a given value and perform work on the argument.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="grails/core/GrailsDomainClass.html"><i>GrailsDomainClass</i></a>
<div class="block"><i>Represents a persistable Grails domain class.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="grails/util/MixinTargetAware.html"><i>MixinTargetAware</i></a>
<div class="block"><i>An interface for mixins to implement that want to be made aware of the target object</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="reactor/bus/registry/Registration.html"><i>Registration</i></a>
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Here for compatibility only.</DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="reactor/bus/selector/Selector.html"><i>Selector</i></a>
<div class="block"><i>A Selector is a wrapper around an arbitrary object.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="reactor/bus/registry/Subscription.html"><i>Subscription</i></a>
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Here for compatibility only.</DD></DL> </i></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<!-- Deprecated class/interface/enum types -->
<a name="trait"><!-- --></a><ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Traits table, listing deprecated traits, and an explanation">
<caption><span>Deprecated Traits</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Trait and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="grails/events/Events.html"><i>Events</i></a>
<div class="block"><i>Bridges the OLD API to the new</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="grails/artefact/Service.html"><i>Service</i></a>
<div class="block"><i>A trait implemented for services that implement events</i></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<!-- Deprecated class/interface/enum types -->
<a name="class"><!-- --></a><ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Classes table, listing deprecated classes, and an explanation">
<caption><span>Deprecated Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="org/grails/cli/compiler/grape/AetherGrapeEngine.html">AetherGrapeEngine</a>
<div class="block"><i>A groovy.grape.GrapeEngine implementation that uses
<a href="https://eclipse.org/aether">Aether</a>, the dependency resolution system used
by Maven.</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/grails/cli/compiler/grape/AetherGrapeEngineFactory.html">AetherGrapeEngineFactory</a>
<div class="block"><i>Utility class to create a pre-configured <a href='../../../../../org/grails/cli/compiler/grape/AetherGrapeEngine.html' title='AetherGrapeEngine'>AetherGrapeEngine</a>.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/grails/web/converters/marshaller/json/EnumMarshaller.html">EnumMarshaller</a>
<div class="block"><i> <DL><DT><B>Authors:</B></DT><DD>Siegfried Puchbauer</DD></DL></i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/grails/web/converters/marshaller/xml/EnumMarshaller.html">EnumMarshaller</a>
<div class="block"><i> <DL><DT><B>Authors:</B></DT><DD>Siegfried Puchbauer</DD></DL></i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="reactor/bus/Event.html">Event</a>
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Here for compatibility only.</DD></DL> </i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="reactor/bus/EventBus.html">EventBus</a>
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Here for compatibility only.</DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="grails/web/JSONBuilder.html">JSONBuilder</a>
<div class="block"><i>Builds JSON data. </i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/grails/compiler/injection/MixinTransformation.html">MixinTransformation</a>
<div class="block"><i>The logic for the <a href='../../../../grails/util/Mixin.html' title='Mixin'>Mixin</a> location transform.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/grails/datastore/gorm/query/NamedCriteriaProxy.html">NamedCriteriaProxy</a>
<div class="block"><i>Handles named queries</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/grails/config/NavigableMap.html">NavigableMap</a>
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>This class is deprecated to reduce complexity, improve performance, and increase maintainability.</DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/grails/config/NavigableMap.NullSafeNavigator.html">NavigableMap.NullSafeNavigator</a>
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>This class should be avoided due to known performance reasons.</DD></DL> </i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="org/grails/config/NavigableMapConfig.html">NavigableMapConfig</a>
<div class="block"><i>A Config implementation that operates against a <a href='../../../org/grails/config/NavigableMap.html' title='NavigableMap'>NavigableMap</a></i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/grails/config/NavigableMapPropertySource.html">NavigableMapPropertySource</a>
<div class="block"><i>A org.springframework.core.env.PropertySource that doesn't return values for navigable submaps</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="grails/orm/PagedResultList.html">PagedResultList</a>
<div class="block"><i>A result list for Criteria list calls, which is aware of the totalCount for
the paged result.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="org/grails/datastore/mapping/core/SoftThreadLocalMap.html">SoftThreadLocalMap</a>
<div class="block"><i>Creates a InheritableThreadLocal with an intial value of a Map.</i></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<!-- Deprecated class/interface/enum types -->
<a name="annotation type"><!-- --></a><ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Annotation Types table, listing deprecated annotation types, and an explanation">
<caption><span>Deprecated Annotation Types</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Annotation Type and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><a href="reactor/spring/context/annotation/Consumer.html">Consumer</a>
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>No longer necessary, remove from your class</DD></DL> </i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="grails/util/Mixin.html">Mixin</a>
<div class="block"><i> <DL><DT><B>Authors:</B></DT><DD>Graeme Rocher</DD></DL></i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><a href="grails/testing/spock/OnceBefore.html">OnceBefore</a>
<div class="block"><i>This annotation may be applied to fixture methods in a Spock Spec that should
be run once and only once before any test methods are run. </i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><a href="reactor/spring/context/annotation/Selector.html">Selector</a>
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Use <a href='../../../../grails/events/subscriber/Subscriber.html' title='Subscriber'>Subscriber</a> instead</DD></DL> </i></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="method"><!-- --></a><ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Methods table, listing deprecated methods, and an explanation">
<caption><span>Deprecated Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/datastore/mapping/core/AbstractDatastore.html#getApplicationContext()">AbstractDatastore#getApplicationContext</a></strong>()
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Deprecated, will be removed in a future version of GORM</DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="grails/plugin/formfields/BeanPropertyAccessor.html#getBeanClass()">BeanPropertyAccessor#getBeanClass</a></strong>()
<div class="block"><i> <DL><DT><B>Returns:</B></DT><DD>the GORM domain type of `beanType`.</DD></DL></i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/datastore/mapping/reflect/ClassPropertyFetcher.html#clearCache()">ClassPropertyFetcher#clearCache</a></strong>()
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Does nothing, no longer needed</DD></DL> </i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><strong><a href="org/grails/datastore/mapping/reflect/ClassPropertyFetcher.html#getPropertyDescriptors()">ClassPropertyFetcher#getPropertyDescriptors</a></strong>()
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Use getMetaProperties instead</DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/datastore/mapping/reflect/ClassPropertyFetcher.html#getReference()">ClassPropertyFetcher#getReference</a></strong>()
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>will be removed in a future version of GORM</DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/datastore/mapping/config/ConfigurationBuilder.html#buildRecurse(java.lang.Object, java.lang.Object, java.lang.String)">ConfigurationBuilder#buildRecurse</a></strong>(java.lang.Object builder, java.lang.Object fallBackConfig, java.lang.String startingPrefix)
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>use <a href='../../../../../org/grails/datastore/mapping/config/ConfigurationBuilder.html#buildRecurse(Object, List, Object, String)' title='ConfigurationBuilder.buildRecurse'>ConfigurationBuilder.buildRecurse</a> instead</DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/datastore/mapping/engine/types/CustomTypeMarshaller.html#supports(org.grails.datastore.mapping.core.Datastore)">CustomTypeMarshaller#supports</a></strong>(<a href='../../../../../../org/grails/datastore/mapping/core/Datastore.html'>Datastore</a> datastore)
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Use <a href='#supports(org.grails.datastore.mapping.model.MappingContext)'>supports(MappingContext)</a> instead</DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/web/servlet/DefaultGrailsApplicationAttributes.html#getApplicationUri(jakarta.servlet.ServletRequest)">DefaultGrailsApplicationAttributes#getApplicationUri</a></strong>(<a href='../../../../jakarta.servlet.ServletRequest.html'>ServletRequest</a> request)
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Use <a href='../../../../org/grails/web/servlet/mvc/GrailsWebRequest.html#getContextPath()' title='instead'>instead</a></DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/web/mapping/DefaultUrlMappingInfo.html#checkDispatchAction(jakarta.servlet.http.HttpServletRequest)">DefaultUrlMappingInfo#checkDispatchAction</a></strong>(<a href='../../../../jakarta.servlet.http.HttpServletRequest.html'>HttpServletRequest</a> request)
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>This method will be removed in a future grails version since the associated g:submitAction is being removed.</DD></DL>
</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/datastore/mapping/dirty/checking/DirtyCheckingSupport.html#areAssociationsDirty(org.grails.datastore.mapping.core.Session, org.grails.datastore.mapping.model.PersistentEntity, java.lang.Object)">DirtyCheckingSupport#areAssociationsDirty</a></strong>(<a href='../../../../../../org/grails/datastore/mapping/core/Session.html'>Session</a> session, <a href='../../../../../../org/grails/datastore/mapping/model/PersistentEntity.html'>PersistentEntity</a> entity, java.lang.Object instance)
<div class="block"><i>Checks whether associations are dirty</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/datastore/gorm/events/DomainEventListener.html#beforeInsert(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess)">DomainEventListener#beforeInsert</a></strong>(<a href='../../../../../org/grails/datastore/mapping/model/PersistentEntity.html'>PersistentEntity</a> entity, <a href='../../../../../org/grails/datastore/mapping/engine/EntityAccess.html'>EntityAccess</a> ea)
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Use <a href='#beforeInsert(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.engine.event.PreInsertEvent)'>beforeInsert(org.grails.datastore.mapping.model.PersistentEntity, org.grails.datastore.mapping.engine.EntityAccess, org.grails.datastore.mapping.engine.event.PreInsertEvent)</a> instead</DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/datastore/mapping/reflect/EntityReflector.html#fastClass()">EntityReflector#fastClass</a></strong>()
<div class="block"><i> <DL><DT><B>Returns:</B></DT><DD>The fast class</DD></DL></i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/datastore/gorm/GormEnhancer.html#findNamedQuery(java.lang.Class, java.lang.String)">GormEnhancer#findNamedQuery</a></strong>(java.lang.Class entity, java.lang.String queryName)
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Use #createNamedQuery(entity, queryName) instead</DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/datastore/gorm/GormEntity.html#getNamedQuery(java.lang.String)">GormEntity#getNamedQuery</a></strong>(java.lang.String queryName)
<div class="block"><i>Looks up a named query</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><strong><a href="org/grails/datastore/gorm/GormEntity.html#getNamedQuery(java.lang.String, java.lang.Object)">GormEntity#getNamedQuery</a></strong>(java.lang.String queryName, java.lang.Object args)
<div class="block"><i>Looks up a named query</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/web/util/GrailsApplicationAttributes.html#getApplicationUri(jakarta.servlet.ServletRequest)">GrailsApplicationAttributes#getApplicationUri</a></strong>(<a href='../../../../jakarta.servlet.ServletRequest.html'>ServletRequest</a> request)
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Use <a href='../../../../org/grails/web/servlet/mvc/GrailsWebRequest.html#getContextPath()' title='instead'>instead</a></DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/orm/hibernate/GrailsHibernateTemplate.html#prepareCriteria(org.hibernate.Criteria)">GrailsHibernateTemplate#prepareCriteria</a></strong>(<a href='../../../../org.hibernate.Criteria.html'>Criteria</a> criteria)
<div class="block"><i>Prepare the given Criteria object, applying cache settings and/or a
transaction timeout.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/orm/hibernate/cfg/GrailsHibernateUtil.html#getDatasourceNames(org.grails.datastore.mapping.model.PersistentEntity)">GrailsHibernateUtil#getDatasourceNames</a></strong>(<a href='../../../../../org/grails/datastore/mapping/model/PersistentEntity.html'>PersistentEntity</a> domainClass)
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Use MultipleDataSourceSupport#getDatasourceNames(PersistentEntity)#getDatasourceNames(PersistentEntity) instead</DD></DL> </i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><strong><a href="org/grails/orm/hibernate/cfg/GrailsHibernateUtil.html#getDefaultDataSource(org.grails.datastore.mapping.model.PersistentEntity)">GrailsHibernateUtil#getDefaultDataSource</a></strong>(<a href='../../../../../org/grails/datastore/mapping/model/PersistentEntity.html'>PersistentEntity</a> domainClass)
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Use MultipleDataSourceSupport#getDefaultDataSource(PersistentEntity)#getDefaultDataSource(PersistentEntity) instead</DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/orm/hibernate/cfg/GrailsHibernateUtil.html#setBinder(org.grails.orm.hibernate.cfg.GrailsDomainBinder)">GrailsHibernateUtil#setBinder</a></strong>(<a href='../../../../../org/grails/orm/hibernate/cfg/GrailsDomainBinder.html'>GrailsDomainBinder</a> binder)
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>No replacement.</DD></DL> </i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><strong><a href="org/grails/orm/hibernate/cfg/GrailsHibernateUtil.html#usesDatasource(org.grails.datastore.mapping.model.PersistentEntity, java.lang.String)">GrailsHibernateUtil#usesDatasource</a></strong>(<a href='../../../../../org/grails/datastore/mapping/model/PersistentEntity.html'>PersistentEntity</a> domainClass, java.lang.String dataSourceName)
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Use MultipleDataSourceSupport#getDefaultDataSource(PersistentEntity)#getDefaultDataSource(PersistentEntity) instead</DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="grails/util/GrailsNameUtils.html#isGetter(java.lang.String, Class<?>)">GrailsNameUtils#isGetter</a></strong>(java.lang.String name, java.lang.Class&lt;?&gt; args)
<div class="block"><i>Returns true if the name of the method specified and the number of arguments make it a javabean property getter.
</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/orm/hibernate/event/listener/HibernateEventListener.html#getTimestampProvider()">HibernateEventListener#getTimestampProvider</a></strong>()
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Replaced by <a href='../../../../../../org/grails/datastore/gorm/events/AutoTimestampEventListener.html' title='AutoTimestampEventListener'>AutoTimestampEventListener</a></DD></DL> </i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><strong><a href="org/grails/orm/hibernate/event/listener/HibernateEventListener.html#setTimestampProvider(org.grails.datastore.gorm.timestamp.TimestampProvider)">HibernateEventListener#setTimestampProvider</a></strong>(<a href='../../../../../../org/grails/datastore/gorm/timestamp/TimestampProvider.html'>TimestampProvider</a> timestampProvider)
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Replaced by <a href='../../../../../../org/grails/datastore/gorm/events/AutoTimestampEventListener.html' title='AutoTimestampEventListener'>AutoTimestampEventListener</a></DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/orm/hibernate/proxy/HibernateProxyHandler.html#unwrapIfProxy(java.lang.Object)">HibernateProxyHandler#unwrapIfProxy</a></strong>(java.lang.Object instance)
<div class="block"><i>calls unwrap which calls unproxy</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><strong><a href="org/grails/orm/hibernate/proxy/HibernateProxyHandler.html#unwrapProxy(java.lang.Object)">HibernateProxyHandler#unwrapProxy</a></strong>(java.lang.Object proxy)
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>use unwrap</DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/orm/hibernate/support/HibernateVersionSupport.html#createQuery(org.hibernate.Session, java.lang.String)">HibernateVersionSupport#createQuery</a></strong>(<a href='../../../../../org.hibernate.Session.html'>Session</a> session, java.lang.String query)
<div class="block"><i>Creates a query</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><strong><a href="org/grails/orm/hibernate/support/HibernateVersionSupport.html#getFlushMode(org.hibernate.Session)">HibernateVersionSupport#getFlushMode</a></strong>(<a href='../../../../../org.hibernate.Session.html'>Session</a> session)
<div class="block"><i>Get the native Hibernate FlushMode, adapting between Hibernate 5.0/5.1 and 5.2+.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/orm/hibernate/support/HibernateVersionSupport.html#setFlushMode(org.hibernate.Session, org.hibernate.FlushMode)">HibernateVersionSupport#setFlushMode</a></strong>(<a href='../../../../../org.hibernate.Session.html'>Session</a> session, <a href='../../../../../org.hibernate.FlushMode.html'>FlushMode</a> flushMode)
<div class="block"><i>Set the native Hibernate FlushMode, adapting between Hibernate 5.0/5.1 and 5.2+.</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="grails/mongodb/MongoEntity.html#getDbo()">MongoEntity#getDbo</a></strong>()
<div class="block"><i>Return the DBObject instance for the entity</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="grails/mongodb/api/MongoInstanceOperations.html#getDbo(D)">MongoInstanceOperations#getDbo</a></strong>(<a href='../../../D.html'>D</a> instance)
<div class="block"><i>Return the DBObject instance for the entity</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/orm/hibernate/cfg/PropertyConfig.html#getUpdateable()">PropertyConfig#getUpdateable</a></strong>()
<div class="block"><i>Whether or not this column is updatable by hibernate</i></div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><strong><a href="org/grails/orm/hibernate/cfg/PropertyConfig.html#setUpdateable(boolean)">PropertyConfig#setUpdateable</a></strong>(boolean updateable)
<div class="block"><i>Whether or not this column is updatable by hibernate</i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/datastore/mapping/transactions/TransactionObject.html#setTransaction(Transaction<?>)">TransactionObject#setTransaction</a></strong>(<a href='../../../../../Transaction<?>.html'>Transaction<?></a> transaction)
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Here for binary compatibility, doesn't actually do anything</DD></DL> </i></div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/web/util/WebUtils.html#addViewPrefix(java.lang.String)">WebUtils#addViewPrefix</a></strong>(java.lang.String viewName)
<div class="block"><i><DL><DT><B>deprecated:</B></DT><DD>Does not take into account the url converter</DD></DL> </i></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
<a name="constructor"><!-- --></a><ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Deprecated Constructors table, listing deprecated constructors, and an explanation">
<caption><span>Deprecated Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colOne"><strong><a href="org/grails/datastore/mapping/mongo/config/MongoMappingContext.html#MongoMappingContext(org.springframework.core.env.PropertyResolver, java.lang.Class)">MongoMappingContext#MongoMappingContext</a></strong>(<a href='../../../../../../org.springframework.core.env.PropertyResolver.html'>PropertyResolver</a> configuration, java.lang.Class classes)
<div class="block"><i>Constructs a new <a href='../../../../../../org/grails/datastore/mapping/mongo/config/MongoMappingContext.html' title='MongoMappingContext'>MongoMappingContext</a> for the given arguments</i></div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li class="navBarCell1Rev">Deprecated</li>
<li><a href="index-all.html">Index</a></li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
</ul>
<div class="aboutLanguage"><em><!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(["setDoNotTrack", true]);
_paq.push(["disableCookies"]);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://analytics.apache.org/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '79']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code --></em></div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>