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

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

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

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbCollectionTable
protected  JaxbCollectionTable JaxbElementCollection.collectionTable
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbCollectionTable
 JaxbCollectionTable ObjectFactory.createJaxbCollectionTable()
          Create an instance of JaxbCollectionTable
 JaxbCollectionTable JaxbElementCollection.getCollectionTable()
          Gets the value of the collectionTable property.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbCollectionTable
 void JaxbElementCollection.setCollectionTable(JaxbCollectionTable value)
          Sets the value of the collectionTable property.
 



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