Interface and Description |
---|
org.apache.cayenne.dba.DbAdapterFactory
since 3.1 in favor of
DbAdapterFactory configured via
dependency injection. |
org.apache.cayenne.cache.QueryCacheFactory
since 3.1 QueryCacheFactory is unused and replaced by corresponding
Provider implementation for various types of QueryCache. |
org.apache.cayenne.conf.ResourceFinder
since 3.1 deprecated in favor of injectable
org.apache.cayenne.resource.ResourceLocator.
|
org.apache.cayenne.xml.XMLSerializable
since 3.1 this XML serialization package is deprecated and will be removed
in the following releases. It has a number of functional and performance
limitations that make it impossible to evolve further. A replacement may be
provided in an undefined future. For now we recommend the users to
implement XML serialization of persistent objects based JAXB, XStream or
other similar frameworks.
|
Class and Description |
---|
org.apache.cayenne.map.AshwoodEntitySorter
since 3.1 moved to "org.apache.cayenne.ashwood" package.
|
org.apache.cayenne.conn.ContainerPoolFactory
since 3.1. This class does not belong in Cayenne, as Cayenne no longer
attempts to provide appserver pieces. End users should not need this class
and should use their container's preferred approach to map a DataSource
instead.
|
org.apache.cayenne.DataObjectUtils
since 3.1
Cayenne class is used instead |
org.apache.cayenne.remote.hessian.service.HessianServlet
since 3.1 use
ROPHessianServlet . |
org.apache.cayenne.cache.MapQueryCacheFactory
since 3.1 MapQueryCacheFactory and QueryCacheFactory are unused. Analog of
MapQueryCacheFactory is DI-friendly
MapQueryCacheProvider . |
org.apache.cayenne.cache.OSQueryCacheFactory
since 3.1 OSQueryCacheFactory and QueryCacheFactory are unused.
|
org.apache.cayenne.access.QueryLogger
since 3.1 replaced by injectable
JdbcEventLogger . |
org.apache.cayenne.util.ResourceLocator
since 3.1 deprecated in favor of injectable
org.apache.cayenne.resource.ResourceLocator.
|
org.apache.cayenne.conf.WebApplicationContextFilter
since 3.0
CayenneFilter should be used. |
org.apache.cayenne.xml.XMLDecoder
since 3.1 this XML serialization package is deprecated and will be removed
in the following releases. It has a number of functional and performance
limitations that make it impossible to evolve further. A replacement may be
provided in an undefined future. For now we recommend the users to
implement XML serialization of persistent objects based JAXB, XStream or
other similar frameworks.
|
org.apache.cayenne.xml.XMLEncoder
since 3.1 this XML serialization package is deprecated and will be removed
in the following releases. It has a number of functional and performance
limitations that make it impossible to evolve further. A replacement may be
provided in an undefined future. For now we recommend the users to
implement XML serialization of persistent objects based JAXB, XStream or
other similar frameworks.
|
org.apache.cayenne.util.ZipUtil
since 3.1. This class is unused and will be removed in the future
versions..
|
Field and Description |
---|
org.apache.cayenne.query.PrefetchSelectQuery.parentQuery
since 3.1 unused
|
Copyright © 2001–2014 Apache Cayenne. All rights reserved.