Uses of Class
org.eclipse.persistence.internal.core.descriptors.CoreObjectBuilder
-
-
Uses of CoreObjectBuilder in org.eclipse.persistence.core.descriptors
Classes in org.eclipse.persistence.core.descriptors with type parameters of type CoreObjectBuilder Modifier and Type Class Description classCoreDescriptor<ATTRIBUTE_GROUP extends CoreAttributeGroup,DESCRIPTOR_EVENT_MANAGER extends CoreDescriptorEventManager,FIELD extends CoreField,INHERITANCE_POLICY extends CoreInheritancePolicy,INSTANTIATION_POLICY extends CoreInstantiationPolicy,LIST extends List,OBJECT_BUILDER extends CoreObjectBuilder>INTERNAL A abstraction of descriptor capturing behavior common to all persistence types.Fields in org.eclipse.persistence.core.descriptors declared as CoreObjectBuilder Modifier and Type Field Description protected OBJECT_BUILDERCoreDescriptor. objectBuilder -
Uses of CoreObjectBuilder in org.eclipse.persistence.internal.descriptors
Subclasses of CoreObjectBuilder in org.eclipse.persistence.internal.descriptors Modifier and Type Class Description classObjectBuilderPurpose: Object builder is one of the behavior class attached to descriptor. -
Uses of CoreObjectBuilder in org.eclipse.persistence.internal.oxm
Subclasses of CoreObjectBuilder in org.eclipse.persistence.internal.oxm Modifier and Type Class Description classTreeObjectBuilderINTERNAL:classXMLObjectBuilderINTERNAL:classXMLSequencedObjectBuilderINTERNAL:classXPathObjectBuilder -
Uses of CoreObjectBuilder in org.eclipse.persistence.internal.oxm.mappings
Classes in org.eclipse.persistence.internal.oxm.mappings with type parameters of type CoreObjectBuilder Modifier and Type Interface Description interfaceDescriptor<ATTRIBUTE_ACCESSOR extends CoreAttributeAccessor,CORE_MAPPING extends CoreMapping,FIELD extends CoreField,INHERITANCE_POLICY extends CoreInheritancePolicy,INSTANTIATION_POLICY extends CoreInstantiationPolicy,NAMESPACE_RESOLVER extends NamespaceResolver,OBJECT_BUILDER extends CoreObjectBuilder,TABLE extends CoreTable,UNMARSHAL_RECORD extends UnmarshalRecord,UNMARSHALLER extends Unmarshaller>
-