Uses of Class
org.eclipse.persistence.internal.jpa.metadata.accessors.classes.EmbeddableAccessor
-
-
Uses of EmbeddableAccessor in org.eclipse.persistence.internal.jpa.metadata
Methods in org.eclipse.persistence.internal.jpa.metadata that return EmbeddableAccessor Modifier and Type Method Description EmbeddableAccessorMetadataProject. getEmbeddableAccessor(String className)INTERNAL: Return the embeddable accessor with the given classname.EmbeddableAccessorMetadataProject. getEmbeddableAccessor(MetadataClass cls)INTERNAL: This method will attempt to look up the embeddable accessor for the reference class provided.EmbeddableAccessorMetadataProject. getEmbeddableAccessor(MetadataClass cls, boolean checkIsIdClass)INTERNAL: This method will attempt to look up the embeddable accessor for the reference class provided.Methods in org.eclipse.persistence.internal.jpa.metadata that return types with arguments of type EmbeddableAccessor Modifier and Type Method Description Collection<EmbeddableAccessor>MetadataProject. getEmbeddableAccessors()INTERNAL: Return the embeddable accessor with the given classname.Collection<EmbeddableAccessor>MetadataProject. getRootEmbeddableAccessors()INTERNAL: Add a root level embeddable accessor.Methods in org.eclipse.persistence.internal.jpa.metadata with parameters of type EmbeddableAccessor Modifier and Type Method Description voidMetadataProject. addEmbeddableAccessor(EmbeddableAccessor accessor)INTERNAL: Add an embeddable accessor to this project.voidMetadataProject. addRootEmbeddableAccessor(EmbeddableAccessor accessor)INTERNAL: Add a root level embeddable accessor. -
Uses of EmbeddableAccessor in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings that return EmbeddableAccessor Modifier and Type Method Description EmbeddableAccessorElementCollectionAccessor. getEmbeddableAccessor()INTERNAL: -
Uses of EmbeddableAccessor in org.eclipse.persistence.internal.jpa.metadata.structures
Methods in org.eclipse.persistence.internal.jpa.metadata.structures that return EmbeddableAccessor Modifier and Type Method Description EmbeddableAccessorArrayAccessor. getEmbeddableAccessor()INTERNAL: -
Uses of EmbeddableAccessor in org.eclipse.persistence.internal.jpa.metadata.xml
Methods in org.eclipse.persistence.internal.jpa.metadata.xml that return types with arguments of type EmbeddableAccessor Modifier and Type Method Description List<EmbeddableAccessor>XMLEntityMappings. getEmbeddables()INTERNAL: Used for OX mapping.Method parameters in org.eclipse.persistence.internal.jpa.metadata.xml with type arguments of type EmbeddableAccessor Modifier and Type Method Description voidXMLEntityMappings. setEmbeddables(List<EmbeddableAccessor> embeddables)INTERNAL: Used for OX mapping.
-