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

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

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

Fields in org.hibernate.internal.jaxb.mapping.orm with type parameters of type JaxbSecondaryTable
protected  List<JaxbSecondaryTable> JaxbEntity.secondaryTable
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbSecondaryTable
 JaxbSecondaryTable ObjectFactory.createJaxbSecondaryTable()
          Create an instance of JaxbSecondaryTable
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return types with arguments of type JaxbSecondaryTable
 List<JaxbSecondaryTable> JaxbEntity.getSecondaryTable()
          Gets the value of the secondaryTable property.
 



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