Uses of Interface
org.hibernate.internal.jaxb.mapping.hbm.PluralAttributeElement

Packages that use PluralAttributeElement
org.hibernate.internal.jaxb.mapping.hbm   
org.hibernate.metamodel.source.hbm   
 

Uses of PluralAttributeElement in org.hibernate.internal.jaxb.mapping.hbm
 

Classes in org.hibernate.internal.jaxb.mapping.hbm that implement PluralAttributeElement
 class IdBagPluralAttributeElementAdapter
          Adaptive implementation of the PluralAttributeElement for <idbag/> mappings which do not support all the configuration available on other collection mappings.
 class JaxbBagElement
          Java class for bag-element complex type.
 class JaxbIdbagElement
          Java class for idbag-element complex type.
 class JaxbListElement
          Java class for list-element complex type.
 class JaxbMapElement
          Java class for map-element complex type.
 class JaxbSetElement
          Java class for set-element complex type.
 

Uses of PluralAttributeElement in org.hibernate.metamodel.source.hbm
 

Methods in org.hibernate.metamodel.source.hbm that return PluralAttributeElement
 PluralAttributeElement AbstractPluralAttributeSourceImpl.getPluralAttributeElement()
           
 

Constructors in org.hibernate.metamodel.source.hbm with parameters of type PluralAttributeElement
AbstractPluralAttributeSourceImpl(PluralAttributeElement pluralAttributeElement, AttributeSourceContainer container)
           
 



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