Uses of Class
org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EntityAccessor
-
-
Uses of EntityAccessor in org.eclipse.persistence.internal.jpa.metadata
Methods in org.eclipse.persistence.internal.jpa.metadata that return EntityAccessor Modifier and Type Method Description EntityAccessorMetadataDescriptor. getEntityAccessor()INTERNAL: This method assumes that by calling this method you are certain that the related class accessor to this descriptor is an EntityAccessor.EntityAccessorMetadataProject. getEntityAccessor(String className)INTERNAL: Return the entity accessor for the given class name.EntityAccessorMetadataProject. getEntityAccessor(MetadataClass cls)INTERNAL: Return the entity accessor for the given class name.protected EntityAccessorORMetadata. reloadEntity(EntityAccessor entity, MetadataDescriptor descriptor)INTERNAL: This method should be called to reload an entity (that was either loaded from XML or an annotation) as a way of cloning it.Methods in org.eclipse.persistence.internal.jpa.metadata that return types with arguments of type EntityAccessor Modifier and Type Method Description Collection<EntityAccessor>MetadataProject. getEntityAccessors()INTERNAL:Methods in org.eclipse.persistence.internal.jpa.metadata with parameters of type EntityAccessor Modifier and Type Method Description voidMetadataProject. addEntityAccessor(EntityAccessor accessor)INTERNAL: Add an entity accessor to this project.protected EntityAccessorORMetadata. reloadEntity(EntityAccessor entity, MetadataDescriptor descriptor)INTERNAL: This method should be called to reload an entity (that was either loaded from XML or an annotation) as a way of cloning it. -
Uses of EntityAccessor in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with parameters of type EntityAccessor Modifier and Type Method Description voidInterfaceAccessor. addEntityAccessor(EntityAccessor accessor)INTERNAL: Add the given entity accessor to this interface's list of variable one to one accessors. -
Uses of EntityAccessor in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings with parameters of type EntityAccessor Modifier and Type Method Description voidVariableOneToOneAccessor. addDiscriminatorClassFor(EntityAccessor accessor)INTERNAL: In stage 2 processing entities may be added to the discriminator class list for this variable one to one accessor if they were not explicitely added but define the interface associated with this accessors target interface. -
Uses of EntityAccessor in org.eclipse.persistence.internal.jpa.metadata.graphs
Methods in org.eclipse.persistence.internal.jpa.metadata.graphs with parameters of type EntityAccessor Modifier and Type Method Description voidNamedEntityGraphMetadata. process(EntityAccessor entityAccessor)INTERNAL: Process the entity graph metadata.Constructors in org.eclipse.persistence.internal.jpa.metadata.graphs with parameters of type EntityAccessor Constructor Description NamedEntityGraphMetadata(MetadataAnnotation namedEntityGraph, EntityAccessor accessor)INTERNAL: Used for annotation loading. -
Uses of EntityAccessor in org.eclipse.persistence.internal.jpa.metadata.inheritance
Methods in org.eclipse.persistence.internal.jpa.metadata.inheritance with parameters of type EntityAccessor Modifier and Type Method Description protected voidInheritanceMetadata. addClassExtractor(MetadataDescriptor descriptor, EntityAccessor accessor)INTERNAL: Set the class extractor class name on the inheritance policy.protected voidInheritanceMetadata. addClassIndicator(MetadataDescriptor descriptor, EntityAccessor accessor)INTERNAL: Recursive method.protected voidInheritanceMetadata. addClassIndicatorField(MetadataDescriptor descriptor, EntityAccessor accessor)INTERNAL:protected voidInheritanceMetadata. processInheritanceRoot(MetadataDescriptor descriptor, EntityAccessor accessor)INTERNAL: Process the inheritance metadata of a root class.protected voidInheritanceMetadata. processInheritanceSubclass(MetadataDescriptor descriptor, EntityAccessor accessor, EntityAccessor rootAccessor)INTERNAL: Process the inheritance metadata of a sub class. -
Uses of EntityAccessor in org.eclipse.persistence.internal.jpa.metadata.listeners
Constructors in org.eclipse.persistence.internal.jpa.metadata.listeners with parameters of type EntityAccessor Constructor Description EntityClassListenerMetadata(EntityAccessor accessor)INTERNAL: -
Uses of EntityAccessor in org.eclipse.persistence.internal.jpa.metadata.xml
Methods in org.eclipse.persistence.internal.jpa.metadata.xml that return EntityAccessor Modifier and Type Method Description EntityAccessorXMLEntityMappings. reloadEntity(EntityAccessor accessor, MetadataDescriptor descriptor)INTERNAL: We clone/reload an entity class by writing it out to XML and reload it through OX.Methods in org.eclipse.persistence.internal.jpa.metadata.xml that return types with arguments of type EntityAccessor Modifier and Type Method Description List<EntityAccessor>XMLEntityMappings. getEntities()INTERNAL: Used for OX mapping.Methods in org.eclipse.persistence.internal.jpa.metadata.xml with parameters of type EntityAccessor Modifier and Type Method Description EntityAccessorXMLEntityMappings. reloadEntity(EntityAccessor accessor, MetadataDescriptor descriptor)INTERNAL: We clone/reload an entity class by writing it out to XML and reload it through OX.Method parameters in org.eclipse.persistence.internal.jpa.metadata.xml with type arguments of type EntityAccessor Modifier and Type Method Description voidXMLEntityMappings. initPersistenceUnitClasses(HashMap<String,EntityAccessor> allEntities, HashMap<String,EmbeddableAccessor> allEmbeddables)INTERNAL: Assumes the correct class loader has been set before calling this method.voidXMLEntityMappings. setEntities(List<EntityAccessor> entities)INTERNAL: Used for OX mapping.
-