org.hibernate.metamodel.source.hbm
Class PluralAttributeKeySourceImpl
java.lang.Object
org.hibernate.metamodel.source.hbm.PluralAttributeKeySourceImpl
- All Implemented Interfaces:
- PluralAttributeKeySource
public class PluralAttributeKeySourceImpl
- extends Object
- implements PluralAttributeKeySource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluralAttributeKeySourceImpl
public PluralAttributeKeySourceImpl(JaxbKeyElement keyElement,
AttributeSourceContainer container)
getValueSources
public List<RelationalValueSource> getValueSources()
- Specified by:
getValueSources
in interface PluralAttributeKeySource
getExplicitForeignKeyName
public String getExplicitForeignKeyName()
- Specified by:
getExplicitForeignKeyName
in interface PluralAttributeKeySource
getOnDeleteAction
public ForeignKey.ReferentialAction getOnDeleteAction()
- Specified by:
getOnDeleteAction
in interface PluralAttributeKeySource
getReferencedEntityAttributeName
public String getReferencedEntityAttributeName()
- Specified by:
getReferencedEntityAttributeName
in interface PluralAttributeKeySource
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.