org.hibernate.metamodel.source
Class MetaAttributeContext
java.lang.Object
org.hibernate.metamodel.source.MetaAttributeContext
public class MetaAttributeContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaAttributeContext
public MetaAttributeContext()
MetaAttributeContext
public MetaAttributeContext(MetaAttributeContext parentContext)
getKeys
public Iterable<String> getKeys()
getLocalKeys
public Iterable<String> getLocalKeys()
getMetaAttribute
public MetaAttribute getMetaAttribute(String key)
getLocalMetaAttribute
public MetaAttribute getLocalMetaAttribute(String key)
add
public void add(MetaAttribute metaAttribute)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.