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

Packages that use Lob
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 Lob in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as Lob
protected  Lob Basic.lob
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return Lob
 Lob Lob.clone()
          Creates and returns a deep copy of this object.
 Lob ObjectFactory.createLob()
          Create an instance of Lob
 Lob Basic.getLob()
          Gets the value of the lob property.
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type Lob
 void Basic.setLob(Lob value)
          Sets the value of the lob property.
 

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



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