Uses of Class
org.apache.openejb.jee.jpa.Lob

Packages that use Lob
org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of Lob in org.apache.openejb.jee.jpa
 

Fields in org.apache.openejb.jee.jpa declared as Lob
protected  Lob ElementCollection.lob
           
protected  Lob Basic.lob
           
 

Methods in org.apache.openejb.jee.jpa that return Lob
 Lob ObjectFactory.createLob()
          Create an instance of Lob
 Lob ElementCollection.getLob()
          Gets the value of the lob property.
 Lob Basic.getLob()
          Gets the value of the lob property.
 

Methods in org.apache.openejb.jee.jpa with parameters of type Lob
 void ElementCollection.setLob(Lob value)
          Sets the value of the lob property.
 void Basic.setLob(Lob value)
          Sets the value of the lob property.
 



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.