Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jaxb.core.context.java.JavaPersistentAttribute

Packages that use JavaPersistentAttribute
org.eclipse.jpt.jaxb.core   
org.eclipse.jpt.jaxb.core.context.java   
org.eclipse.jpt.jaxb.core.platform   
 

Uses of JavaPersistentAttribute in org.eclipse.jpt.jaxb.core
 

Methods in org.eclipse.jpt.jaxb.core that return JavaPersistentAttribute
 JavaPersistentAttribute JaxbFactory.buildJavaPersistentAttribute(JavaClassMapping parent, Accessor accessor)
           
 JavaPersistentAttribute JaxbFactory.buildJavaPersistentField(JaxbClassMapping parent, JavaResourceField resourceField)
           
 JavaPersistentAttribute JaxbFactory.buildJavaPersistentProperty(JaxbClassMapping parent, JavaResourceMethod resourceGetter, JavaResourceMethod resourceSetter)
           
 

Methods in org.eclipse.jpt.jaxb.core with parameters of type JavaPersistentAttribute
 JavaAttributeMapping JaxbFactory.buildJavaNullAttributeMapping(JavaPersistentAttribute parent)
           
 JavaXmlAnyAttributeMapping JaxbFactory.buildJavaXmlAnyAttributeMapping(JavaPersistentAttribute parent)
           
 JavaXmlAnyElementMapping JaxbFactory.buildJavaXmlAnyElementMapping(JavaPersistentAttribute parent)
           
 JavaXmlAttributeMapping JaxbFactory.buildJavaXmlAttributeMapping(JavaPersistentAttribute parent)
           
 JavaXmlElementMapping JaxbFactory.buildJavaXmlElementMapping(JavaPersistentAttribute parent)
           
 JavaXmlElementRefMapping JaxbFactory.buildJavaXmlElementRefMapping(JavaPersistentAttribute parent)
           
 JavaXmlElementRefsMapping JaxbFactory.buildJavaXmlElementRefsMapping(JavaPersistentAttribute parent)
           
 JavaXmlElementsMapping JaxbFactory.buildJavaXmlElementsMapping(JavaPersistentAttribute parent)
           
 JavaAttributeMapping JaxbFactory.buildJavaXmlTransientMapping(JavaPersistentAttribute parent)
           
 JavaXmlValueMapping JaxbFactory.buildJavaXmlValueMapping(JavaPersistentAttribute parent)
           
 

Uses of JavaPersistentAttribute in org.eclipse.jpt.jaxb.core.context.java
 

Methods in org.eclipse.jpt.jaxb.core.context.java that return JavaPersistentAttribute
 JavaPersistentAttribute JavaAttributeMapping.getPersistentAttribute()
           
 

Methods in org.eclipse.jpt.jaxb.core.context.java that return types with arguments of type JavaPersistentAttribute
 Iterable<JavaPersistentAttribute> JavaClassMapping.getAttributes()
           
 

Methods in org.eclipse.jpt.jaxb.core.context.java with parameters of type JavaPersistentAttribute
 JavaAttributeMapping JavaAttributeMappingDefinition.buildMapping(JavaPersistentAttribute attribute, JaxbFactory factory)
          Build a Java attribute mapping for the specified attribute.
 boolean DefaultJavaAttributeMappingDefinition.isDefault(JavaPersistentAttribute persistentAttribute)
          Return whether this mapping provider should be used for the given JavaPersistentAttribute in the default (ignoring all mapping annotations) case.
 boolean JavaAttributeMappingDefinition.isSpecified(JavaPersistentAttribute persistentAttribute)
          Return whether this mapping provider should be used for the given PersistentAttribute in the specified (observing all mapping annotations) case.
 

Uses of JavaPersistentAttribute in org.eclipse.jpt.jaxb.core.platform
 

Methods in org.eclipse.jpt.jaxb.core.platform with parameters of type JavaPersistentAttribute
 JavaAttributeMappingDefinition JaxbPlatform.getSpecifiedJavaAttributeMappingDefinition(JavaPersistentAttribute attribute)
          Return a JavaAttributeMappingDefinition that describes the interpretation of the attribute as it exists, complete with annotations.
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.