Interface and Description |
---|
org.hibernate.type.AbstractComponentType
in favor of
CompositeType |
org.apache.xerces.dom3.as.ASAttributeDeclaration
An attribute declaration in the context of a
ASObject .The
constant 'REQUIRED' is missing from this interface.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
org.apache.xerces.dom3.as.ASContentModel
The content model of a declared element.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
org.apache.xerces.dom3.as.ASDataType
The datatypes supported by DOM AS implementations. Further datatypes may be
added in the Schema/PSVI spec.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
org.apache.xerces.dom3.as.ASElementDeclaration
The element name along with the content specification in the context of an
ASObject .
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
org.apache.xerces.dom3.as.ASEntityDeclaration
Models a general entity declaration in an abstract schema. The abstract
schema does not handle any parameter entity. It is assumed that the
parameter entities are expanded by the implementation as the abstract
schema is built.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
org.apache.xerces.dom3.as.ASModel
To begin with, an abstract schema is a generic structure that could
contain both internal and external subsets. An
ASModel is an
abstract object that could map to a DTD , an XML Schema , a database
schema, etc. An ASModel could represent either an internal
or an external subset; hence an abstract schema could be composed of an
ASModel representing the internal subset and an
ASModel representing the external subset. Note that the
ASModel representing the external subset could consult the
ASModel representing the internal subset. Furthermore, the
ASModel representing the internal subset could be set to
null by the setInternalAS method as a mechanism for
"removal". In addition, only one ASModel representing the
external subset can be specified as "active" and it is possible that none
are "active". Finally, the ASModel contains the factory
methods needed to create a various types of ASObjects like
ASElementDeclaration , ASAttributeDeclaration ,
etc.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
org.apache.xerces.dom3.as.ASNamedObjectMap
Objects implementing the
ASNamedObjectMap interface are used
to represent collections of abstract schema nodes that can be accessed by
name. Note that ASNamedObjectMap does not inherit from
ASObjectList ; ASNamedObjectMaps are not
maintained in any particular order. Objects contained in an object
implementing ASNamedObjectMap may also be accessed by an
ordinal index, but this is simply to allow convenient enumeration of the
contents of a ASNamedObjectMap , and does not imply that the
DOM specifies an order to these ASObjects .
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
org.apache.xerces.dom3.as.ASNotationDeclaration
This interface represents a notation declaration.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
org.apache.xerces.dom3.as.ASObject
The
ASObject interface is analogous to a Node in
, e.g., an element declaration.
Opaque. See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
org.apache.xerces.dom3.as.ASObjectList
The
ASObjectList interface provides the abstraction of an
ordered collection of AS nodes, without defining or constraining how this
collection is implemented. ASObjectList objects in the DOM
AS are live.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
org.apache.xerces.dom3.as.CharacterDataEditAS
This interface extends the
NodeEditAS interface with
additional methods for document editing. An object implementing this
interface must also implement NodeEditAS interface.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
org.osgi.framework.Configurable
As of 1.2. Please use Configuration Admin service.
|
org.apache.xml.dtm.ref.CoroutineParser
Since the ability to start a parse via the
coroutine protocol was not being used and was complicating design.
See
IncrementalSAXSource . |
org.jboss.marshalling.Creator
This API is deprecated and will be removed in a future version.
|
org.hibernate.validator.group.DefaultGroupSequenceProvider
Will be removed in a future release. Use
DefaultGroupSequenceProvider instead. |
org.apache.xerces.dom3.as.DocumentAS
This interface extends the
Document interface with additional
methods for both document and AS editing.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
org.apache.xerces.dom3.as.DocumentEditAS
This interface extends the
NodeEditAS interface with
additional methods for both document and AS editing.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
org.apache.xerces.dom3.as.DOMASBuilder
An Abstract Schema parser interface.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
org.apache.xerces.dom3.as.DOMASWriter
A Abstract Schema serialization interface.
DOMASWriters provides an API for serializing Abstract Schemas out in the form of a source Abstract Schema. The Abstract Schema is written to an output stream, the type of which depends on the specific language bindings in use. DOMASWriter is a generic Abstract Schema serialization interface. It
can be applied to both an internal Abstract Schema and/or an external
Abstract Schema. DOMASWriter is applied to serialize a single Abstract
Schema. Serializing a document with an active Internal Abstract Schema
will serialize this internal Abstract Schema with the document as it is
part of the Document (see See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
org.apache.xerces.dom3.as.DOMImplementationAS
This interface allows creation of an
ASModel . The expectation
is that an instance of the DOMImplementationAS interface can
be obtained by using binding-specific casting methods on an instance of
the DOMImplementation interface when the DOM implementation
supports the feature "AS-EDIT ".
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
org.apache.xml.utils.DOMOrder
Since the introduction of the DTM, this class will be removed.
Nodes that implement this index can return a document order index.
Eventually, this will be replaced by DOM 3 methods.
(compareDocumentOrder and/or compareTreePosition.)
|
org.apache.xalan.serialize.DOMSerializer
Use org.apache.xml.serializer.DOMSerializer
|
org.apache.xml.serialize.DOMSerializer
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML. See the Xerces documentation for more
information.
|
org.jboss.ejb.client.EJBClientContextInitializer |
org.apache.xerces.dom3.as.ElementEditAS
This interface extends the
Element interface with additional
methods for guided document editing. An object implementing this
interface must also implement NodeEditAS interface.
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
org.hibernate.cfg.ExtendedMappings
All functionality has been moved up to
Mappings |
javax.servlet.jsp.el.FunctionMapper
As of JSP 2.1, replaced by
FunctionMapper |
javax.resource.spi.security.GenericCredential
The preferred way to represent generic credential information
is via the
org.ietf.jgss.GSSCredential interface in
J2SE Version 1.4, which provides similar functionality. |
org.hibernate.jmx.HibernateServiceMBean
See HHH-6190 for details
|
javax.servlet.http.HttpSessionContext
As of Java(tm) Servlet API 2.1
for security reasons, with no replacement.
This interface will be removed in a future
version of this API.
|
org.hibernate.cfg.naming.LegacyNamingStrategyDelegate |
org.hibernate.validator.method.MethodConstraintViolation
Will by replaced by equivalent functionality defined by the Bean
Validation 1.1 API as of Hibernate Validator 5.
|
org.hibernate.validator.method.metadata.MethodDescriptor
Will by replaced by equivalent functionality defined by the Bean
Validation 1.1 API as of Hibernate Validator 5.
|
org.hibernate.validator.method.MethodValidator
Will by replaced by equivalent functionality defined by the Bean
Validation 1.1 API as of Hibernate Validator 5.
|
org.hibernate.cfg.NamingStrategy
A
NamingStrategyDelegator should be used instead. |
org.apache.xerces.dom3.as.NodeEditAS
This interface extends a
Node from with additional methods
for guided document editing. The expectation is that an instance of the
DOMImplementationAS interface can be obtained by using
binding-specific casting methods on an instance of the
DOMImplementation interface when the DOM implementation
supports the feature "AS-DOC ".
See also the Document Object Model (DOM) Level 3 Abstract Schemas and Load and Save Specification. |
org.hibernate.engine.spi.NonFlushedChanges |
org.hibernate.hql.internal.ast.tree.ParameterContainer |
org.hibernate.validator.method.metadata.ParameterDescriptor
Will by replaced by equivalent functionality defined by the Bean
Validation 1.1 API as of Hibernate Validator 5.
|
org.hibernate.cache.RegionFactory
Moved, but still need this definition for ehcache
|
org.hibernate.validator.resourceloading.ResourceBundleLocator
Will be removed in a future release. Use
ResourceBundleLocator
instead. |
org.apache.xalan.serialize.Serializer
Use org.apache.xml.serializer.Serializer
|
org.apache.xml.serialize.Serializer
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more
information.
|
javax.servlet.SingleThreadModel
As of Java Servlet API 2.4, with no direct
replacement.
|
org.hibernate.jmx.StatisticsServiceMBean
See HHH-6190 for details
|
org.apache.xalan.transformer.TransformSnapshot
It doesn't look like this code, which is for tooling, has
functioned propery for a while, so it doesn't look like it is being used.
|
org.hibernate.validator.method.metadata.TypeDescriptor
Will by replaced by equivalent functionality defined by the Bean
Validation 1.1 API as of Hibernate Validator 5.
|
javax.xml.bind.Validator
since JAXB 2.0
|
org.jboss.com.sun.org.omg.CORBA.portable.ValueHelper
Deprecated by CORBA 2.3.
|
javax.servlet.jsp.el.VariableResolver
As of JSP 2.1, replaced by
ELResolver |
org.hibernate.type.XmlRepresentableType
To be removed in 5. Use
StringRepresentableType instead. See Jira issues
HHH-7777 and
HHH-7776 for details. |
Class and Description |
---|
org.hibernate.type.AbstractBynaryType
Use the
AbstractStandardBasicType approach instead |
org.hibernate.type.AbstractCharArrayType
Use the
AbstractStandardBasicType approach instead |
org.hibernate.type.AbstractLobType |
org.hibernate.type.AbstractLongBinaryType
Use the
AbstractStandardBasicType approach instead |
org.hibernate.type.AbstractLongStringType
Use the
AbstractStandardBasicType approach instead |
org.jboss.security.negotiation.spnego.AdvancedLdapLoginModule |
org.hibernate.cfg.AnnotationConfiguration
All functionality has been moved to
Configuration |
org.hibernate.cfg.AnnotationConfiguration.ExtendedMappingsImpl |
org.apache.xerces.dom.ASDOMImplementationImpl |
org.apache.xerces.dom.ASModelImpl |
org.opensaml.ws.wssecurity.impl.AttributedDataTimeImpl
replacement
AttributedDateTimeImpl . |
javax.faces.webapp.AttributeTag
The Faces implementation must now provide the
implementation for this class.
|
org.apache.xml.serialize.BaseMarkupSerializer
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML. See the Xerces documentation for more
information.
|
org.hibernate.type.ByteArrayBlobType
replaced by
WrappedMaterializedBlobType |
org.hibernate.type.CharBooleanType
Use the
AbstractStandardBasicType approach instead |
org.jboss.ejb.client.ClusterContext |
org.hibernate.search.util.impl.ContextHelper
Use
FullTextSession.getSearchFactory() instead. |
javax.faces.webapp.ConverterTag
This has been partially replaced by
ConverterELTag . The remainder of the functionality, namely, the
binding facility and the implementation of the ConverterTag.createConverter() method, is now an implementation detail. |
org.jboss.ejb.client.DefaultCallbackHandler |
org.jboss.ejb.client.DefaultInterceptorsClientContextInitializer |
org.jboss.security.plugins.DefaultLoginConfig |
org.hibernate.dialect.DerbyDialect
HHH-6073
|
org.apache.xml.utils.DOM2Helper
Since the introduction of the DTM, this class will be removed.
This class provides a DOM level 2 "helper", which provides services currently
not provided be the DOM standard.
|
org.apache.xerces.parsers.DOMASBuilderImpl |
org.apache.xml.utils.DOMHelper
Since the introduction of the DTM, this class will be removed.
This class provides a front-end to DOM implementations, providing
a number of utility functions that either aren't yet standardized
by the DOM spec or that are defined in optional DOM modules and
hence may not be present in all DOMs.
|
org.apache.xml.serialize.DOMSerializerImpl
Replaced by org.apache.xml.serializer.dom3.LSSerializerImpl in Xerces 2.9.0.
|
org.hibernate.ejb.Ejb3Configuration
Direct usage of this class has never been supported. Instead, the application should obtain reference
to the
EntityManagerFactory as outlined in the JPA specification, section 7.3 Obtaining an Entity
Manager Factory based on runtime environment. Additionally this class will be removed in Hibernate release
5.0 for the same reasoning outlined on Configuration due to move towards new
SessionFactory building methodology. See
HHH-6181 and
HHH-6159 for details |
org.jboss.ejb.client.naming.ejb.EjbNamingContextSetup |
org.apache.xml.serialize.ElementState
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML. See the Xerces documentation for more
information.
|
org.apache.xml.serialize.EncodingInfo
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML. See the Xerces documentation for more
information.
|
org.apache.xml.serialize.Encodings
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML. See the Xerces documentation for more
information.
|
org.hibernate.criterion.Expression
Use Restrictions.
|
javax.servlet.jsp.el.Expression
As of JSP 2.1, replaced by
ValueExpression |
javax.servlet.jsp.el.ExpressionEvaluator
As of JSP 2.1, replaced by
ExpressionFactory |
org.apache.xalan.xsltc.dom.ForwardPositionIterator
This class exists only for backwards compatibility with old
translets. New code should not reference it.
|
org.hibernate.jmx.HibernateService
See HHH-6190 for details
|
org.apache.commons.configuration.HierarchicalXMLConfiguration
This class is deprecated. Use
XMLConfiguration
instead, which supports all features this class had offered before. |
org.apache.xml.serialize.HTMLdtd
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use JAXP's Transformation API for XML (TrAX) for
serializing HTML. See the Xerces documentation for more information.
|
org.apache.xml.serialize.HTMLSerializer
This class was deprecated in Xerces 2.6.2. It is
recommended that new applications use JAXP's Transformation API
for XML (TrAX) for serializing HTML. See the Xerces documentation
for more information.
|
javax.servlet.http.HttpUtils
As of Java(tm) Servlet API 2.3.
These methods were only useful
with the default encoding and have been moved
to the request interfaces.
|
org.picketlink.IdentityConfigurationEvent |
org.hibernate.criterion.IlikeExpression |
org.hibernate.type.ImmutableType
Use the
AbstractStandardBasicType approach instead |
org.apache.xml.serialize.IndentPrinter
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML. See the Xerces documentation for more
information.
|
org.apache.commons.configuration.INIConfiguration
This class has been replaced by HierarchicalINIConfiguration,
which provides a superset of the functionality offered by this class.
|
org.jboss.ejb.client.remoting.IoFutureHelper |
org.picketbox.datasource.security.JaasSecurityDomainIdentityLoginModule
security domains are not used for encryption currently
|
org.hibernate.internal.util.jndi.JndiHelper
As JNDI access should get routed through
JndiService |
org.hibernate.validator.internal.util.LazyValidatorFactory
Will be removed in a future release.
|
org.hibernate.cfg.naming.LegacyHbmNamingStrategyDelegate |
org.hibernate.cfg.naming.LegacyJpaNamingStrategyDelegate |
org.hibernate.cfg.naming.LegacyNamingStrategyDelegateAdapter |
org.hibernate.cfg.naming.LegacyNamingStrategyDelegator
Needed as a transitory implementation until the deprecated NamingStrategy contract
can be removed.
|
org.apache.xml.serialize.LineSeparator
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML. See the Xerces documentation for more
information.
|
org.apache.xml.serialize.Method
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML. See the Xerces documentation for more
information.
|
javax.faces.el.MethodBinding
This has been replaced by
MethodExpression . |
org.hibernate.type.MutableType
Use the
AbstractStandardBasicType approach instead |
org.jboss.ejb.client.remoting.NetworkUtil |
org.hibernate.type.NullableType
Use the
AbstractStandardBasicType approach instead |
org.hibernate.dialect.Oracle9Dialect
Use either Oracle9iDialect or Oracle10gDialect instead
|
org.hibernate.dialect.OracleDialect
Use Oracle8iDialect instead.
|
org.hibernate.envers.query.property.OriginalIdPropertyName
To be removed together with
AuditId.count(String) in version 5.0. |
org.apache.xml.serialize.OutputFormat
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for
more information.
|
org.apache.xml.serialize.OutputFormat.Defaults
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for
more information.
|
org.apache.xml.serialize.OutputFormat.DTD
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for
more information.
|
org.jboss.ejb.client.remoting.PackedInteger |
org.picketlink.PartitionManagerCreateEvent |
org.hibernate.collection.internal.PersistentElementHolder |
org.hibernate.collection.internal.PersistentIndexedElementHolder |
org.hibernate.collection.internal.PersistentListElementHolder |
org.hibernate.collection.internal.PersistentMapElementHolder |
org.hibernate.dialect.PostgreSQLDialect
use
PostgreSQL82Dialect instead |
org.hibernate.type.PrimitiveByteArrayBlobType
replaced by
MaterializedBlobType |
org.apache.xml.serialize.Printer
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML. See the Xerces documentation for more
information.
|
javax.faces.el.PropertyResolver
This has been replaced by
ELResolver . |
org.jboss.marshalling.reflect.PublicReflectiveCreator
this class simply delegates to
ReflectiveCreator . |
org.apache.xpath.operations.Quo |
org.hibernate.lob.ReaderInputStream
Should not be used anymore.
|
org.jboss.marshalling.reflect.ReflectiveCreator
This class is no longer used and will be removed in a future version.
|
org.jboss.naming.remote.client.ejb.RemoteNamingEjbClientContextSelector
Since 1.0.6.Final - remote-naming no longer switches EJB client context selector for providing
EJB invocation support. Instead we use
EJBClientHandler to handle EJB integration in remote-naming |
org.jboss.ejb.client.remoting.RemotingConnectionUtil |
org.opensaml.xml.security.SecurityTestHelper
Some utility methods for doing security, credential, key and crypto-related tests.
|
org.apache.xalan.serialize.SerializerFactory
The new class to use is
org.apache.xml.serializer.SerializerFactory
|
org.apache.xml.serialize.SerializerFactory
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more
information.
|
org.jboss.ws.jaxrpc.ServiceFactoryImpl |
org.hibernate.jmx.SessionFactoryStub
See HHH-6190 for details
|
javax.xml.soap.SOAPElementFactory
- Use
javax.xml.soap.SOAPFactory for creating SOAPElements. |
org.jboss.security.negotiation.spnego.SPNEGOAuthenticator |
org.hibernate.exception.internal.SQLStateConverter
Use
StandardSQLExceptionConverter with SQLStateConversionDelegate
instead |
javax.faces.application.StateManager.SerializedView
This class was not marked
Serializable
in the 1.0 version of the spec. It was also not a static inner
class, so it can't be made to be Serializable .
Therefore, it is being deprecated in version 1.2 of the spec.
The replacement is to use an implementation dependent
Object . |
org.hibernate.jmx.StatisticsService
See HHH-6190 for details
|
org.hibernate.type.StringClobType
replaced by
MaterializedClobType |
org.jboss.marshalling.reflect.SunReflectiveCreator
This creator is no longer used and will be removed in a future version.
|
org.hibernate.id.TableGenerator
use
SequenceStyleGenerator instead. |
org.hibernate.id.TableHiLoGenerator
use
SequenceStyleGenerator instead. |
org.apache.xml.serialize.TextSerializer
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML and HTML. See the Xerces documentation for more
information.
|
org.apache.xml.serializer.ToHTMLSAXHandler
As of Xalan 2.7.1, replaced by the use of
ToXMLSAXHandler . |
org.apache.xml.serializer.ToTextSAXHandler
As of Xalan 2.7.1, replaced by the use of
ToXMLSAXHandler . |
javax.faces.webapp.UIComponentBodyTag
All component tags now implement
BodyTag .
This class has been replaced by UIComponentELTag . |
javax.faces.webapp.UIComponentTag
Use of this class has been replaced with
UIComponentELTag , which extends
UIComponentClassicTagBase to add properties that use the
EL API introduced as part of JSP 2.1. |
javax.faces.webapp.ValidatorTag
This has been partially replaced by
ValidatorELTag . The remainder of the functionality, namely, the
binding facility and the implementation of the ValidatorTag.createValidator() method, is now an implementation detail. |
org.hibernate.envers.strategy.ValidTimeAuditStrategy
use
ValidityAuditStrategy instead. |
javax.faces.el.ValueBinding
This has been replaced by
ValueExpression . |
javax.faces.el.VariableResolver |
org.apache.xml.serialize.XHTMLSerializer
This class was deprecated in Xerces 2.6.2. It is
recommended that new applications use JAXP's Transformation API
for XML (TrAX) for serializing XHTML. See the Xerces documentation
for more information.
|
org.apache.xml.serialize.XML11Serializer
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML. See the Xerces documentation for more
information.
|
org.apache.xml.serialize.XMLSerializer
This class was deprecated in Xerces 2.9.0. It is recommended
that new applications use the DOM Level 3 LSSerializer or JAXP's Transformation
API for XML (TrAX) for serializing XML. See the Xerces documentation for more
information.
|
org.apache.xalan.processor.XSLProcessorVersion
To be replaced by org.apache.xalan.Version.getVersion()
|
Enum and Description |
---|
org.hibernate.validator.method.MethodConstraintViolation.Kind
Will by replaced by equivalent functionality defined by the
Bean Validation 1.1 API as of Hibernate Validator 5.
|
org.jboss.msc.service.ServiceListener.Inheritance
Listeners inherently degrade performance. Inheritance only compounds the problem. Ultimately listener inheritance will be eliminated.
|
Annotation Type and Description |
---|
org.jboss.logging.Cause |
org.hibernate.annotations.Entity
See individual attributes for intended replacements. To be removed in 4.1
|
org.jboss.logging.Field |
org.jboss.logging.FormatWith |
javax.jws.soap.InitParam
As of JSR-181 2.0 with no replacement.
|
org.jboss.logging.LoggingClass |
org.jboss.logging.LogMessage |
org.jboss.logging.Message |
org.jboss.logging.MessageBundle |
org.jboss.logging.MessageLogger |
org.jboss.logging.Param |
org.jboss.logging.Property |
javax.jws.soap.SOAPMessageHandler
As of JSR-181 2.0 with no replacement.
|
javax.jws.soap.SOAPMessageHandlers
As of JSR-181 2.0 with no replacement.
|
Enum Constant and Description |
---|
org.hibernate.annotations.CascadeType.DELETE_ORPHAN
use @OneToOne(orphanRemoval=true) or @OneToMany(orphanRemoval=true)
|
org.hibernate.annotations.CascadeType.EVICT
use javax.persistence.CascadeType.DETACH
|
org.hibernate.LockMode.FORCE
instead use PESSIMISTIC_FORCE_INCREMENT
|
org.hibernate.FlushMode.NEVER
use
FlushMode.MANUAL instead. |
org.hibernate.annotations.FlushModeType.NEVER
use MANUAL, will be removed in a subsequent release
|
org.jboss.msc.service.ServiceBuilder.DependencyType.OPTIONAL
Optional dependencies are unsafe and should not be used.
|
org.hibernate.LockMode.UPGRADE
instead use PESSIMISTIC_WRITE
|
Annotation Type Element and Description |
---|
org.hibernate.envers.Audited.auditParents
Use
@AuditOverride(forClass=SomeEntity.class) instead. |
org.hibernate.annotations.Entity.dynamicInsert
use
DynamicInsert instead |
org.hibernate.annotations.Entity.dynamicUpdate
Use
DynamicUpdate instead |
org.apache.cxf.annotations.SchemaValidation.enabled |
org.hibernate.annotations.Tuplizer.entityMode
should use #entityModeType instead
|
org.hibernate.annotations.Entity.mutable
use
Immutable |
javax.jws.HandlerChain.name
As of JSR-181 2.0 with no replacement.
|
org.hibernate.annotations.Entity.optimisticLock
use
OptimisticLocking instead. |
org.hibernate.annotations.Entity.persister
use
Persister instead |
org.hibernate.annotations.Entity.polymorphism
use
Polymorphism instead |
org.hibernate.annotations.Entity.selectBeforeUpdate
Use
SelectBeforeUpdate instead |
Copyright © 2018 JBoss by Red Hat. All rights reserved.