Uses of Interface
org.eclipse.persistence.descriptors.CMPPolicy.KeyElementAccessor
-
Packages that use CMPPolicy.KeyElementAccessor Package Description org.eclipse.persistence.descriptors -
-
Uses of CMPPolicy.KeyElementAccessor in org.eclipse.persistence.descriptors
Classes in org.eclipse.persistence.descriptors that implement CMPPolicy.KeyElementAccessor Modifier and Type Class Description protected static classCMPPolicy.KeyIsElementAccessorINTERNAL: This class will be used when the keyClass is a primitiveMethods in org.eclipse.persistence.descriptors that return CMPPolicy.KeyElementAccessor Modifier and Type Method Description protected CMPPolicy.KeyElementAccessor[]CMPPolicy. getKeyClassFields()INTERNAL:Methods in org.eclipse.persistence.descriptors with parameters of type CMPPolicy.KeyElementAccessor Modifier and Type Method Description protected booleanCMPPolicy. isSingleKey(CMPPolicy.KeyElementAccessor[] pkElementArray)Check to see if there is a single key element.protected voidCMPPolicy. setFieldValue(CMPPolicy.KeyElementAccessor accessor, Object keyInstance, DatabaseMapping mapping, AbstractSession session, int[] elementIndex, Object... keyElements)INTERNAL: Recursive method to set a field value in the given key instance.
-