Uses of Class
org.eclipse.persistence.descriptors.ClassExtractor
-
Packages that use ClassExtractor Package Description org.eclipse.persistence.annotations org.eclipse.persistence.descriptors org.eclipse.persistence.oxm.annotations -
-
Uses of ClassExtractor in org.eclipse.persistence.annotations
Methods in org.eclipse.persistence.annotations that return types with arguments of type ClassExtractor Modifier and Type Method Description Class<? extends ClassExtractor>value()(Required) Defines the name of the class extractor that should be applied to this entity's descriptor. -
Uses of ClassExtractor in org.eclipse.persistence.descriptors
Subclasses of ClassExtractor in org.eclipse.persistence.descriptors Modifier and Type Class Description classMethodClassExtractorPurpose: Used to allow complex inheritance support.Fields in org.eclipse.persistence.descriptors declared as ClassExtractor Modifier and Type Field Description protected ClassExtractorInheritancePolicy. classExtractorMethods in org.eclipse.persistence.descriptors that return ClassExtractor Modifier and Type Method Description ClassExtractorInheritancePolicy. getClassExtractor()ADVANCED: A class extractor can be registered with the descriptor to override the default inheritance mechanism.Methods in org.eclipse.persistence.descriptors with parameters of type ClassExtractor Modifier and Type Method Description voidInheritancePolicy. setClassExtractor(ClassExtractor classExtractor)ADVANCED: A class extractor can be registered with the descriptor to override the default inheritance mechanism. -
Uses of ClassExtractor in org.eclipse.persistence.oxm.annotations
Methods in org.eclipse.persistence.oxm.annotations that return types with arguments of type ClassExtractor Modifier and Type Method Description Class<? extends ClassExtractor>value()(Required) Defines the name of the class extractor that should be applied to this entity's descriptor.
-