org.eclipse.persistence.queries.ObjectLevelReadQuery.addPartialAttribute(Expression)
since EclipseLink 2.1, partial attributes replaced by fetch groups.
|
org.eclipse.persistence.queries.ObjectLevelReadQuery.addPartialAttribute(String)
since EclipseLink 2.1, partial attributes replaced by fetch groups.
|
org.eclipse.persistence.expressions.Expression.all(Vector)
since 2.4 replaced by all(List)
|
org.eclipse.persistence.expressions.Expression.any(Vector)
since 2.4 replaced by any(List)
|
org.eclipse.persistence.expressions.Expression.as(Class)
|
org.eclipse.persistence.sessions.IdentityMapAccessor.containsObjectInIdentityMap(Vector, Class)
since EclipseLink 2.1, replaced by containsObjectInIdentityMap(Object, Class)
|
org.eclipse.persistence.sessions.Session.copyObject(Object)
since EclipseLink 2.1, replaced by copy(Object)
|
org.eclipse.persistence.sessions.Session.copyObject(Object, ObjectCopyingPolicy)
since EclipseLink 2.1, replaced by copy(Object, AttributeGroup)
|
javax.xml.bind.JAXBContext.createValidator()
since JAXB2.0
|
org.eclipse.persistence.expressions.ExpressionOperator.expressionForArguments(Expression, Vector) |
org.eclipse.persistence.queries.FetchGroup.getAttributes()
|
org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping.getContainerAccessor()
Replaced by getInverseReferenceMapping().getAttributeAccessor()
|
org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping.getContainerAccessor()
Replaced by getInverseReferenceMapping().getAttributeAccessor()
|
org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping.getContainerAttributeName()
Replaced by getInverseReferenceMapping().getAttributeName()
|
org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping.getContainerAttributeName()
Replaced by getInverseReferenceMapping().getAttributeName()
|
org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping.getContainerGetMethodName()
Replaced by getInverseReferenceMapping().getGetMethodName()
|
org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping.getContainerGetMethodName()
Replaced by getInverseReferenceMapping().getGetMethodName()
|
org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping.getContainerSetMethodName()
Replaced by getInverseReferenceMapping().getSetMethodName()
|
org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping.getContainerSetMethodName()
Replaced by getInverseReferenceMapping().getSetMethodName()
|
org.eclipse.persistence.sessions.Project.getDefaultIsIsolated()
see getDefaultCacheIsolation()
|
org.eclipse.persistence.jpa.JpaHelper.getEntityManagerFactory(EntityManagerFactoryImpl) |
javax.xml.bind.Validator.getEventHandler()
since JAXB2.0
|
org.eclipse.persistence.sessions.IdentityMapAccessor.getFromIdentityMap(Vector, Class)
since EclipseLink 2.1, replaced by getFromIdentityMap(Object, Class)
|
org.eclipse.persistence.sessions.IdentityMapAccessor.getFromIdentityMap(Vector, Class, boolean)
since EclipseLink 2.1, replaced by getFromIdentityMap(Object, Class, boolean)
|
org.eclipse.persistence.expressions.Expression.getFunction(int, Vector) |
org.eclipse.persistence.expressions.Expression.getFunctionWithArguments(String, Vector) |
org.eclipse.persistence.platform.database.MySQLPlatform.getIdentifierQuoteCharacter() |
org.eclipse.persistence.Version.getJDKVersion()
Use JavaSEPlatform.CURRENT instead.
Will be removed in 2.7.
|
org.eclipse.persistence.sessions.JNDIConnector.getLookupType()
|
org.eclipse.persistence.sessions.changesets.ObjectChangeSet.getPrimaryKeys()
since EclipseLink 2.1, replaced by getId()
|
org.eclipse.persistence.queries.ReportQueryResult.getPrimaryKeyValues()
since 2.1, replaced by getId()
|
javax.xml.bind.Validator.getProperty(String)
since JAXB2.0
|
org.eclipse.persistence.queries.ReadObjectQuery.getSelectionKey()
since EclipseLink 2.1, replaced by getSelectionId()
|
org.eclipse.persistence.sessions.IdentityMapAccessor.getWriteLockValue(Vector, Class)
since EclipseLink 2.1, replaced by getWriteLockValue(Object, Class)
|
org.eclipse.persistence.platform.server.wls.WebLogic_10_Platform.initializeApplicationNameAndModuleName() |
org.eclipse.persistence.sessions.IdentityMapAccessor.invalidateObject(Vector, Class)
since EclipseLink 2.1, replaced by invalidateObject(Object, Class)
|
org.eclipse.persistence.sessions.IdentityMapAccessor.invalidateObject(Vector, Class, boolean)
since EclipseLink 2.1, replaced by invalidateObject(Object, Class, boolean)
|
org.eclipse.persistence.sessions.IdentityMapAccessor.isValid(Vector, Class)
since EclipseLink 2.1, replaced by isValid(Object, Class)
|
javax.xml.bind.Unmarshaller.isValidating()
|
org.eclipse.persistence.sessions.Session.keyFromObject(Object)
since EclipseLink 2.1, replaced by getId(Object)
|
org.eclipse.persistence.oxm.XMLMarshaller.objectToXML(Object, Node) |
org.eclipse.persistence.sessions.IdentityMapAccessor.putInIdentityMap(Object, Vector)
since EclipseLink 2.1, replaced by putInIdentityMap(Object, Object)
|
org.eclipse.persistence.sessions.IdentityMapAccessor.putInIdentityMap(Object, Vector, Object)
since EclipseLink 2.1, replaced by putInIdentityMap(Object, Object, Object)
|
org.eclipse.persistence.sessions.IdentityMapAccessor.putInIdentityMap(Object, Vector, Object, long)
since EclipseLink 2.1, replaced by putInIdentityMap(Object, Object, Object, long)
|
org.eclipse.persistence.sessions.IdentityMapAccessor.removeFromIdentityMap(Vector, Class)
since EclipseLink 2.1, replaced by removeFromIdentityMap(Object, Class)
|
org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping.setContainerAccessor(AttributeAccessor)
Replaced by getInverseReferenceMapping().setAttributeAccessor()
|
org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping.setContainerAccessor(AttributeAccessor)
Replaced by getInverseReferenceMapping().setAttributeAccessor()
|
org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping.setContainerAttributeName(String)
Replaced by getInverseReferenceMapping().setAttributeName()
|
org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping.setContainerAttributeName(String)
Replaced by getInverseReferenceMapping().setAttributeName()
|
org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping.setContainerGetMethodName(String)
Replaced by getInverseReferenceMapping().setGetMethodName()
|
org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping.setContainerGetMethodName(String)
Replaced by getInverseReferenceMapping().setGetMethodName()
|
org.eclipse.persistence.oxm.mappings.XMLCompositeCollectionMapping.setContainerSetMethodName(String)
Replaced by getInverseReferenceMapping().setSetMethodName()
|
org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping.setContainerSetMethodName(String)
Replaced by getInverseReferenceMapping().setSetMethodName()
|
org.eclipse.persistence.sessions.Project.setDefaultIsIsolated(boolean)
see setDefaultCacheIsolation(CacheIsolationType)
|
javax.xml.bind.Validator.setEventHandler(ValidationEventHandler)
since JAXB2.0
|
org.eclipse.persistence.descriptors.ClassDescriptor.setIsIsolated(boolean)
as of EclipseLink 2.2
|
org.eclipse.persistence.sessions.JNDIConnector.setLookupType(int)
|
javax.xml.bind.Validator.setProperty(String, Object)
since JAXB2.0
|
org.eclipse.persistence.queries.ReadObjectQuery.setSelectionKey(List)
since EclipseLink 2.1, replaced by setSelectionId(Object)
|
org.eclipse.persistence.sessions.UnitOfWork.setShouldOrderUpdates(boolean)
since 2.6 replaced by #setCommitOrder(CommitOrderType)
|
org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy.setShouldRefreshInvalidObjectsInUnitOfWork(boolean)
since EclipseLink 2.2
|
org.eclipse.persistence.sessions.server.ConnectionPolicy.setShouldUseExclusiveConnection(boolean) |
org.eclipse.persistence.queries.ReadObjectQuery.setSingletonSelectionKey(Object)
since EclipseLink 2.1, replaced by setSelectionId(Object)
|
javax.xml.bind.Unmarshaller.setValidating(boolean)
|
org.eclipse.persistence.sessions.UnitOfWork.shouldOrderUpdates()
since 2.6 replaced by #getCommitOrder()
|
org.eclipse.persistence.descriptors.invalidation.CacheInvalidationPolicy.shouldRefreshInvalidObjectsInUnitOfWork()
since EclipseLink 2.2
|
org.eclipse.persistence.sessions.server.ConnectionPolicy.shouldUseExclusiveConnection() |
org.eclipse.persistence.expressions.Expression.some(Vector)
since 2.4 replaced by some(List)
|
org.eclipse.persistence.sessions.IdentityMapAccessor.updateWriteLockValue(Vector, Class, Object)
since EclipseLink 2.1, replaced by updateWriteLockValue(Object, Class, Object)
|
org.eclipse.persistence.Version.useJDK15()
Use JavaSEPlatform instead. Will be removed in 2.7.
|
org.eclipse.persistence.Version.useJDK16()
Use JavaSEPlatform instead. Will be removed in 2.7.
|
javax.xml.bind.Validator.validate(Object)
since JAXB2.0
|
javax.xml.bind.Validator.validateRoot(Object)
since JAXB2.0
|