org.hibernate.metamodel.domain
Class AbstractAttributeContainer.IndexedPluralAttributeImpl
java.lang.Object
org.hibernate.metamodel.domain.AbstractAttributeContainer.PluralAttributeImpl
org.hibernate.metamodel.domain.AbstractAttributeContainer.IndexedPluralAttributeImpl
- All Implemented Interfaces:
- Attribute, IndexedPluralAttribute, PluralAttribute
- Enclosing class:
- AbstractAttributeContainer
public static class AbstractAttributeContainer.IndexedPluralAttributeImpl
- extends AbstractAttributeContainer.PluralAttributeImpl
- implements IndexedPluralAttribute
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractAttributeContainer.IndexedPluralAttributeImpl
public AbstractAttributeContainer.IndexedPluralAttributeImpl(String name,
PluralAttributeNature nature,
AttributeContainer attributeContainer)
getIndexType
public Type getIndexType()
- Specified by:
getIndexType
in interface IndexedPluralAttribute
setIndexType
public void setIndexType(Type indexType)
- Specified by:
setIndexType
in interface IndexedPluralAttribute
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.