|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hibernate.ejb.metamodel.AbstractAttribute<X,Y>
public abstract class AbstractAttribute<X,Y>
Models the commonality of the JPA Attribute
hierarchy.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Attribute |
---|
javax.persistence.metamodel.Attribute.PersistentAttributeType |
Constructor Summary | |
---|---|
AbstractAttribute(java.lang.String name,
java.lang.Class<Y> javaType,
AbstractManagedType<X> declaringType,
java.lang.reflect.Member member,
javax.persistence.metamodel.Attribute.PersistentAttributeType persistentAttributeType)
|
Method Summary | |
---|---|
javax.persistence.metamodel.ManagedType<X> |
getDeclaringType()
|
java.lang.reflect.Member |
getJavaMember()
|
java.lang.Class<Y> |
getJavaType()
|
java.lang.String |
getName()
|
javax.persistence.metamodel.Attribute.PersistentAttributeType |
getPersistentAttributeType()
|
protected void |
readObject(java.io.ObjectInputStream ois)
Used by JDK serialization... |
protected void |
writeObject(java.io.ObjectOutputStream oos)
Used by JDK serialization... |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.persistence.metamodel.Attribute |
---|
isAssociation, isCollection |
Constructor Detail |
---|
public AbstractAttribute(java.lang.String name, java.lang.Class<Y> javaType, AbstractManagedType<X> declaringType, java.lang.reflect.Member member, javax.persistence.metamodel.Attribute.PersistentAttributeType persistentAttributeType)
Method Detail |
---|
public java.lang.String getName()
getName
in interface javax.persistence.metamodel.Attribute<X,Y>
public javax.persistence.metamodel.ManagedType<X> getDeclaringType()
getDeclaringType
in interface javax.persistence.metamodel.Attribute<X,Y>
public java.lang.Class<Y> getJavaType()
getJavaType
in interface javax.persistence.metamodel.Attribute<X,Y>
public java.lang.reflect.Member getJavaMember()
getJavaMember
in interface javax.persistence.metamodel.Attribute<X,Y>
public javax.persistence.metamodel.Attribute.PersistentAttributeType getPersistentAttributeType()
getPersistentAttributeType
in interface javax.persistence.metamodel.Attribute<X,Y>
protected void readObject(java.io.ObjectInputStream ois) throws java.io.IOException, java.lang.ClassNotFoundException
ois
- The input stream from which we are being read...
java.io.IOException
- Indicates a general IO stream exception
java.lang.ClassNotFoundException
- Indicates a class resolution issueprotected void writeObject(java.io.ObjectOutputStream oos) throws java.io.IOException
oos
- The output stream to which we are being written...
java.io.IOException
- Indicates a general IO stream exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |