Uses of Class
org.jvnet.hyperjaxb3.ejb.schemas.customizations.ManyToOne

Uses of ManyToOne in org.jvnet.hyperjaxb3.ejb.schemas.customizations
 

Fields in org.jvnet.hyperjaxb3.ejb.schemas.customizations declared as ManyToOne
protected  ManyToOne Persistence.defaultManyToOne
           
protected  ManyToOne ToOne.manyToOne
           
protected  ManyToOne SingleProperty.manyToOne
           
 

Methods in org.jvnet.hyperjaxb3.ejb.schemas.customizations that return ManyToOne
 ManyToOne ObjectFactory.createManyToOne()
          Create an instance of ManyToOne
 ManyToOne Persistence.getDefaultManyToOne()
          Gets the value of the defaultManyToOne property.
 ManyToOne ToOne.getManyToOne()
          Gets the value of the manyToOne property.
 ManyToOne SingleProperty.getManyToOne()
          Gets the value of the manyToOne property.
 

Methods in org.jvnet.hyperjaxb3.ejb.schemas.customizations that return types with arguments of type ManyToOne
 JAXBElement<ManyToOne> ObjectFactory.createManyToOne(ManyToOne value)
          Create an instance of JAXBElement<ManyToOne>}
 

Methods in org.jvnet.hyperjaxb3.ejb.schemas.customizations with parameters of type ManyToOne
 JAXBElement<ManyToOne> ObjectFactory.createManyToOne(ManyToOne value)
          Create an instance of JAXBElement<ManyToOne>}
 void Persistence.setDefaultManyToOne(ManyToOne value)
          Sets the value of the defaultManyToOne property.
 void ToOne.setManyToOne(ManyToOne value)
          Sets the value of the manyToOne property.
 void SingleProperty.setManyToOne(ManyToOne value)
          Sets the value of the manyToOne property.
 



Copyright © 2005-2014. All Rights Reserved.