X
- T
- public class AttributeProxyImpl<X,T>
extends java.lang.Object
implements javax.persistence.metamodel.Attribute<X,T>, java.io.Serializable
Constructor and Description |
---|
AttributeProxyImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addFactory(EntityManagerFactoryImpl factory) |
javax.persistence.metamodel.Attribute<X,T> |
getAttribute() |
javax.persistence.metamodel.Attribute<X,T> |
getAttributeInternal() |
javax.persistence.metamodel.ManagedType<X> |
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(javax.persistence.metamodel.Attribute<X,T> attribute) |
public void addFactory(EntityManagerFactoryImpl factory)
public java.lang.String getName()
public javax.persistence.metamodel.Attribute.PersistentAttributeType getPersistentAttributeType()
public javax.persistence.metamodel.ManagedType<X> getDeclaringType()
public java.lang.Class<T> getJavaType()
public java.lang.reflect.Member getJavaMember()
public boolean isAssociation()
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference