Uses of Class
org.eclipse.persistence.internal.jpa.metadata.accessors.objects.MetadataField
-
Packages that use MetadataField Package Description org.eclipse.persistence.internal.jpa.metadata.accessors.classes org.eclipse.persistence.internal.jpa.metadata.accessors.objects -
-
Uses of MetadataField in org.eclipse.persistence.internal.jpa.metadata.accessors.classes
Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.classes that return MetadataField Modifier and Type Method Description protected MetadataFieldClassAccessor. getAccessibleField(MappingAccessor accessor)INTERNAL: Return the accessible field for the given mapping accessor. -
Uses of MetadataField in org.eclipse.persistence.internal.jpa.metadata.accessors.objects
Fields in org.eclipse.persistence.internal.jpa.metadata.accessors.objects with type parameters of type MetadataField Modifier and Type Field Description protected Map<String,MetadataField>MetadataClass. m_fieldsMethods in org.eclipse.persistence.internal.jpa.metadata.accessors.objects that return MetadataField Modifier and Type Method Description MetadataFieldMetadataClass. getField(String name)INTERNAL: Return the field with the name.MetadataFieldMetadataClass. getField(String name, boolean checkSuperClass)INTERNAL: Return the field with the name.Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.objects that return types with arguments of type MetadataField Modifier and Type Method Description Map<String,MetadataField>MetadataClass. getFields()INTERNAL:Methods in org.eclipse.persistence.internal.jpa.metadata.accessors.objects with parameters of type MetadataField Modifier and Type Method Description voidMetadataClass. addField(MetadataField field)INTERNAL:
-