X - The type of the represented object or attributepublic abstract class TypeImpl<X> extends Object implements Type<X>
Type.Type.PersistenceType| Constructor and Description |
|---|
TypeImpl(MetamodelImpl metamodel,
Class<X> javaType) |
| Modifier and Type | Method and Description |
|---|---|
Class<X> |
getJavaType() |
MetamodelImpl |
getMetamodel()
Returns the metamodel.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPersistenceTypepublic TypeImpl(MetamodelImpl metamodel, Class<X> javaType)
metamodel - the metamodeljavaType - the java type of the typepublic final Class<X> getJavaType()
getJavaType in interface Type<X>public final MetamodelImpl getMetamodel()
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.