public abstract class AbstractType<X> extends Object implements Type<X>, Serializable
Type
hierarchy of interfaces.
This adds a type name so we don't rely on the class name. That allows
for non-class-based (metadata-driven) models. --koehnType.PersistenceType
Constructor and Description |
---|
AbstractType(Class<X> javaType) |
Modifier and Type | Method and Description |
---|---|
Class<X> |
getJavaType()
Return the represented Java type.
|
String |
getTypeName() |
void |
setTypeName(String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPersistenceType
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.