Uses of Interface
org.eclipse.persistence.descriptors.WrapperPolicy
-
Packages that use WrapperPolicy Package Description org.eclipse.persistence.descriptors -
-
Uses of WrapperPolicy in org.eclipse.persistence.descriptors
Fields in org.eclipse.persistence.descriptors declared as WrapperPolicy Modifier and Type Field Description protected WrapperPolicyClassDescriptor. wrapperPolicyMethods in org.eclipse.persistence.descriptors that return WrapperPolicy Modifier and Type Method Description WrapperPolicyClassDescriptor. getWrapperPolicy()ADVANCED: Return the WrapperPolicy for this descriptor.Methods in org.eclipse.persistence.descriptors with parameters of type WrapperPolicy Modifier and Type Method Description voidClassDescriptor. setWrapperPolicy(WrapperPolicy wrapperPolicy)ADVANCED: Sets the WrapperPolicy for this descriptor.
-