org.hibernate.metamodel.source.hbm
Class CompositePluralAttributeElementSourceImpl
java.lang.Object
   org.hibernate.metamodel.source.hbm.CompositePluralAttributeElementSourceImpl
org.hibernate.metamodel.source.hbm.CompositePluralAttributeElementSourceImpl
- All Implemented Interfaces: 
- AttributeSourceContainer, CompositePluralAttributeElementSource, PluralAttributeElementSource
- public class CompositePluralAttributeElementSourceImpl 
- extends Object- implements CompositePluralAttributeElementSource
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
CompositePluralAttributeElementSourceImpl
public CompositePluralAttributeElementSourceImpl(JaxbCompositeElementElement compositeElement,
                                                 LocalBindingContext bindingContext)
getNature
public PluralAttributeElementNature getNature()
- 
- Specified by:
- getNaturein interface- PluralAttributeElementSource
 
- 
 
getClassName
public String getClassName()
- 
- Specified by:
- getClassNamein interface- CompositePluralAttributeElementSource
 
- 
 
getClassReference
public Value<Class<?>> getClassReference()
- 
- Specified by:
- getClassReferencein interface- CompositePluralAttributeElementSource
 
- 
 
getParentReferenceAttributeName
public String getParentReferenceAttributeName()
- 
- Specified by:
- getParentReferenceAttributeNamein interface- CompositePluralAttributeElementSource
 
- 
 
getExplicitTuplizerClassName
public String getExplicitTuplizerClassName()
- 
- Specified by:
- getExplicitTuplizerClassNamein interface- CompositePluralAttributeElementSource
 
- 
 
getPath
public String getPath()
- Description copied from interface: AttributeSourceContainer
- Obtain the path used to uniquely identify this container.
 
- 
- Specified by:
- getPathin interface- AttributeSourceContainer
 
- 
- Returns:
- The unique identifier path
 
attributeSources
public Iterable<AttributeSource> attributeSources()
- Description copied from interface: AttributeSourceContainer
- Obtain this container's attribute sources.
 
- 
- Specified by:
- attributeSourcesin interface- AttributeSourceContainer
 
- 
- Returns:
- The attribute sources.
 
getLocalBindingContext
public LocalBindingContext getLocalBindingContext()
- Description copied from interface: AttributeSourceContainer
- Obtain the local binding context associated with this container.
 
- 
- Specified by:
- getLocalBindingContextin interface- AttributeSourceContainer
 
- 
- Returns:
- The local binding context
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.