org.hibernate.ejb.metamodel
Class AbstractType<X>

java.lang.Object
  extended by org.hibernate.ejb.metamodel.AbstractType<X>
All Implemented Interfaces:
java.io.Serializable, javax.persistence.metamodel.Type<X>
Direct Known Subclasses:
AbstractManagedType

public abstract class AbstractType<X>
extends java.lang.Object
implements javax.persistence.metamodel.Type<X>, java.io.Serializable

Defines commonality for the JPA Type hierarchy of interfaces.

Author:
Steve Ebersole
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Type
javax.persistence.metamodel.Type.PersistenceType
 
Constructor Summary
AbstractType(java.lang.Class<X> javaType)
           
 
Method Summary
 java.lang.Class<X> getJavaType()
           
 
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.Type
getPersistenceType
 

Constructor Detail

AbstractType

public AbstractType(java.lang.Class<X> javaType)
Method Detail

getJavaType

public java.lang.Class<X> getJavaType()
Specified by:
getJavaType in interface javax.persistence.metamodel.Type<X>


Copyright © 2010. All Rights Reserved.