- java.lang.Object
-
- 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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Type
javax.persistence.metamodel.Type.PersistenceType
-
Constructor Summary
Constructors
Constructor and Description |
AbstractType(java.lang.Class<X> javaType) |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
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
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.