Uses of Class
net.sourceforge.jpaxjc.ns.persistence.orm.Id

Packages that use Id
net.sourceforge.jpaxjc.ns.persistence.orm This package contains JAXB 2.1 classes for the http://java.sun.com/xml/ns/persistence/orm namespace. 
 

Uses of Id in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm with type parameters of type Id
protected  List<Id> Attributes.id
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return Id
 Id Id.clone()
          Creates and returns a deep copy of this object.
 Id ObjectFactory.createId()
          Create an instance of Id
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return types with arguments of type Id
 List<Id> Attributes.getId()
          Gets the value of the id property.
 

Constructors in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type Id
Id(Id o)
          Creates a new Id instance by deeply copying a given Id instance.
 



Copyright © 2009-2010 The JPA-XJC Community. All Rights Reserved.