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

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

Uses of Attribute in org.hibernate.metamodel.binding
 

Methods in org.hibernate.metamodel.binding that return Attribute
 Attribute AbstractAttributeBinding.getAttribute()
           
 Attribute AttributeBinding.getAttribute()
          Obtain the attribute bound.
 

Constructors in org.hibernate.metamodel.binding with parameters of type Attribute
AbstractAttributeBinding(AttributeBindingContainer container, Attribute attribute)
           
 

Uses of Attribute in org.hibernate.metamodel.domain
 

Subinterfaces of Attribute in org.hibernate.metamodel.domain
 interface IndexedPluralAttribute
          TODO : javadoc
 interface PluralAttribute
          TODO : javadoc
 interface SingularAttribute
          A single valued (non-collection) attribute
 

Classes in org.hibernate.metamodel.domain that implement Attribute
static class AbstractAttributeContainer.IndexedPluralAttributeImpl
           
static class AbstractAttributeContainer.PluralAttributeImpl
           
static class AbstractAttributeContainer.SingularAttributeImpl
           
 

Methods in org.hibernate.metamodel.domain that return Attribute
 Attribute AbstractAttributeContainer.locateAttribute(String name)
           
 Attribute AttributeContainer.locateAttribute(String name)
          Retrieve an attribute by name.
 

Methods in org.hibernate.metamodel.domain that return types with arguments of type Attribute
 Set<Attribute> AbstractAttributeContainer.attributes()
           
 Set<Attribute> AttributeContainer.attributes()
          Retrieve the attributes contained in this container.
 

Methods in org.hibernate.metamodel.domain with parameters of type Attribute
protected  void AbstractAttributeContainer.addAttribute(Attribute attribute)
           
 



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