Uses of Class
org.eclipse.persistence.queries.DoesExistQuery
-
Packages that use DoesExistQuery Package Description org.eclipse.persistence.descriptors -
-
Uses of DoesExistQuery in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors declared as DoesExistQuery Modifier and Type Field Description protected DoesExistQueryDescriptorQueryManager. doesExistQueryMethods in org.eclipse.persistence.descriptors that return DoesExistQuery Modifier and Type Method Description DoesExistQueryDescriptorQueryManager. getDoesExistQuery()ADVANCED: Return the receiver's does exist query.Methods in org.eclipse.persistence.descriptors with parameters of type DoesExistQuery Modifier and Type Method Description voidDescriptorQueryManager. setDoesExistQuery(DoesExistQuery query)ADVANCED: Set the receiver's does exist query.
-