public class AttributeNodeImpl<T> extends Object implements AttributeNode<T>
| Constructor and Description |
|---|
AttributeNodeImpl(HibernateEntityManagerFactory entityManagerFactory,
Attribute attribute) |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
getAttribute() |
String |
getAttributeName() |
Map<Class,Subgraph> |
getKeySubgraphs() |
String |
getRegistrationName() |
Map<Class,Subgraph> |
getSubgraphs() |
<T> Subgraph<T> |
makeKeySubgraph() |
<X extends T> |
makeKeySubgraph(Class<X> type) |
<T> Subgraph<T> |
makeSubgraph() |
<X extends T> |
makeSubgraph(Class<X> type) |
public AttributeNodeImpl(HibernateEntityManagerFactory entityManagerFactory, Attribute attribute)
public Attribute getAttribute()
public String getRegistrationName()
public String getAttributeName()
getAttributeName in interface AttributeNode<T>public Map<Class,Subgraph> getSubgraphs()
getSubgraphs in interface AttributeNode<T>public Map<Class,Subgraph> getKeySubgraphs()
getKeySubgraphs in interface AttributeNode<T>public <T> Subgraph<T> makeSubgraph()
public <T> Subgraph<T> makeKeySubgraph()
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.