Uses of Class
org.hibernate.internal.jaxb.mapping.orm.JaxbLob

Packages that use JaxbLob
org.hibernate.internal.jaxb.mapping.orm   
 

Uses of JaxbLob in org.hibernate.internal.jaxb.mapping.orm
 

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbLob
protected  JaxbLob JaxbElementCollection.lob
           
protected  JaxbLob JaxbBasic.lob
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbLob
 JaxbLob ObjectFactory.createJaxbLob()
          Create an instance of JaxbLob
 JaxbLob JaxbElementCollection.getLob()
          Gets the value of the lob property.
 JaxbLob JaxbBasic.getLob()
          Gets the value of the lob property.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbLob
 void JaxbElementCollection.setLob(JaxbLob value)
          Sets the value of the lob property.
 void JaxbBasic.setLob(JaxbLob value)
          Sets the value of the lob property.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.