Interface and Description |
---|
org.apache.cayenne.DataChannelFilter
since 4.1 use
DataChannelQueryFilter and DataChannelSyncFilter |
org.apache.cayenne.DataChannelFilterChain
since 4.1 in favor of
DataChannelSyncFilterChain and DataChannelQueryFilterChain |
org.apache.cayenne.reflect.Property
since 4.0 renamed to PropertyDescriptor.
|
Class and Description |
---|
org.apache.cayenne.resource.FilesystemResourceLocator
since 4.1. This can be implemented as a custom strategy outside Cayenne. There's no need for this object
to be in Cayenne.
|
Exceptions and Description |
---|
org.apache.cayenne.CayenneException
since 4.1 use
CayenneRuntimeException instead |
Field and Description |
---|
org.apache.cayenne.dba.JdbcAdapter.batchQueryBuilderFactory
since 4.0 BatchQueryBuilderfactory is attached to the DataNode.
|
org.apache.cayenne.configuration.xml.ObjRelationshipHandler.DB_RELATIONSHIP_REF_TAG |
org.apache.cayenne.configuration.server.DataDomainProvider.filters
since 4.1, use query and sync filters instead
|
org.apache.cayenne.access.DataDomain.filters
since 4.1 this field is unused
|
org.apache.cayenne.configuration.Constants.SERVER_DOMAIN_FILTERS_LIST
since 4.1 domain filters replaced with query and sync filters
|
org.apache.cayenne.configuration.Constants.SERVER_MAX_QUEUE_WAIT_TIME
since 4.0 renamed to
Constants.JDBC_MAX_QUEUE_WAIT_TIME . Property name is preserved. |
org.apache.cayenne.access.DataContext.transactionFactory
since 4.0 used in a method that itself should be deprecated,
so this is a temp code
|
Constructor and Description |
---|
org.apache.cayenne.access.DataDomain(String, Map<String, String>)
since 4.0 unused
|
org.apache.cayenne.query.RefreshQuery()
since 4.0, "refresh all" query will drop all cache contents
|
Copyright © 2001–2019 Apache Cayenne. All rights reserved.