Uses of Class
org.eclipse.persistence.internal.jpa.metadata.accessors.mappings.BasicAccessor
Packages that use BasicAccessor
Package
Description
-
Uses of BasicAccessor in org.eclipse.persistence.internal.jpa.config.mappings
Classes in org.eclipse.persistence.internal.jpa.config.mappings with type parameters of type BasicAccessorModifier and TypeClassDescriptionclassAbstractBasicMappingImpl<T extends BasicAccessor,R> JPA scripting API implementation. -
Uses of BasicAccessor in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes that return types with arguments of type BasicAccessorMethod parameters in org.eclipse.persistence.internal.jpa.metadata.accessors.classes with type arguments of type BasicAccessorModifier and TypeMethodDescriptionvoidXMLAttributes.setBasics(List<BasicAccessor> basics) INTERNAL: Used for OX mapping. -
Uses of BasicAccessor in org.eclipse.persistence.internal.jpa.metadata.accessors.mappings
Modifier and TypeClassDescriptionclassA relational accessor.classA multitenant id accessor.classINTERNAL: TransformationAccessor.classINTERNAL: A basic version accessor. -
Uses of BasicAccessor in org.eclipse.persistence.tools.dbws
Methods in org.eclipse.persistence.tools.dbws that return BasicAccessorModifier and TypeMethodDescriptionprotected static BasicAccessorXmlEntityMappingsGenerator.processDirectMapping(DirectToFieldMapping mapping) Generate a MappingAccessor for a given DirectToFieldMapping. -
Uses of BasicAccessor in org.eclipse.persistence.tools.metadata.generation
Methods in org.eclipse.persistence.tools.metadata.generation that return BasicAccessorModifier and TypeMethodDescriptionprotected BasicAccessorJPAMetadataGenerator.generateBasicAccessor(String basicName, String columnName, String attributeTypeName) Returns a BasicAccessor instance, constructed based on the given String values.