Uses of Interface
org.hibernate.metamodel.domain.IndexedPluralAttribute

Packages that use IndexedPluralAttribute
org.hibernate.metamodel.domain This package defines metadata modeling of a logical domain model. 
 

Uses of IndexedPluralAttribute in org.hibernate.metamodel.domain
 

Classes in org.hibernate.metamodel.domain that implement IndexedPluralAttribute
static class AbstractAttributeContainer.IndexedPluralAttributeImpl
           
 

Methods in org.hibernate.metamodel.domain that return IndexedPluralAttribute
 IndexedPluralAttribute AbstractAttributeContainer.createList(String name)
           
 IndexedPluralAttribute AttributeContainer.createList(String name)
           
 IndexedPluralAttribute AbstractAttributeContainer.createMap(String name)
           
 IndexedPluralAttribute AttributeContainer.createMap(String name)
           
 IndexedPluralAttribute AbstractAttributeContainer.locateList(String name)
           
 IndexedPluralAttribute AttributeContainer.locateList(String name)
           
 IndexedPluralAttribute AbstractAttributeContainer.locateMap(String name)
           
 IndexedPluralAttribute AttributeContainer.locateMap(String name)
           
 



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