public class BasicTypeImpl<X> extends Object implements BasicType<X>, Serializable
Type.PersistenceType
Constructor and Description |
---|
BasicTypeImpl(Class<X> clazz,
Type.PersistenceType persistenceType) |
Modifier and Type | Method and Description |
---|---|
Class<X> |
getJavaType()
Return the represented Java type.
|
Type.PersistenceType |
getPersistenceType()
Return the persistence type.
|
public BasicTypeImpl(Class<X> clazz, Type.PersistenceType persistenceType)
public Type.PersistenceType getPersistenceType()
Type
getPersistenceType
in interface Type<X>
Copyright © 2017 JBoss by Red Hat. All rights reserved.