org.hibernate.ejb.metamodel
Class BasicTypeImpl<X>
java.lang.Object
org.hibernate.ejb.metamodel.BasicTypeImpl<X>
- All Implemented Interfaces:
- Serializable, BasicType<X>, Type<X>
public class BasicTypeImpl<X>
- extends Object
- implements BasicType<X>, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicTypeImpl
public BasicTypeImpl(Class<X> clazz,
Type.PersistenceType persistenceType)
getPersistenceType
public Type.PersistenceType getPersistenceType()
- Specified by:
getPersistenceType
in interface Type<X>
getJavaType
public Class<X> getJavaType()
- Specified by:
getJavaType
in interface Type<X>
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.