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

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

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

Fields in org.hibernate.internal.jaxb.mapping.orm with type parameters of type JaxbManyToMany
protected  List<JaxbManyToMany> JaxbAttributes.manyToMany
           
protected  List<JaxbManyToMany> JaxbEmbeddableAttributes.manyToMany
           
 

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

Methods in org.hibernate.internal.jaxb.mapping.orm that return types with arguments of type JaxbManyToMany
 List<JaxbManyToMany> JaxbAttributes.getManyToMany()
          Gets the value of the manyToMany property.
 List<JaxbManyToMany> JaxbEmbeddableAttributes.getManyToMany()
          Gets the value of the manyToMany property.
 



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