X - T - public class AttributeProxyImpl<X,T>
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected <any> |
attribute |
protected java.util.Set<java.lang.ref.WeakReference<EntityManagerFactoryImpl>> |
factories |
| Constructor and Description |
|---|
AttributeProxyImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFactory(EntityManagerFactoryImpl factory) |
<any> |
getAttribute() |
<any> |
getAttributeInternal() |
<any> |
getDeclaringType() |
java.lang.reflect.Member |
getJavaMember() |
java.lang.Class<T> |
getJavaType() |
java.lang.String |
getName() |
javax.persistence.metamodel.Attribute.PersistentAttributeType |
getPersistentAttributeType() |
boolean |
isAssociation() |
boolean |
isCollection() |
void |
setAttribute(<any> attribute) |
protected <any> attribute
protected transient java.util.Set<java.lang.ref.WeakReference<EntityManagerFactoryImpl>> factories
public <any> getAttribute()
public <any> getAttributeInternal()
public void setAttribute(<any> attribute)
public void addFactory(EntityManagerFactoryImpl factory)
public java.lang.String getName()
public javax.persistence.metamodel.Attribute.PersistentAttributeType getPersistentAttributeType()
public <any> getDeclaringType()
public java.lang.Class<T> getJavaType()
public java.lang.reflect.Member getJavaMember()
public boolean isAssociation()
public boolean isCollection()