Interface Type<X>
- Type Parameters:
X- The type of the represented object or attribute
- All Known Subinterfaces:
BasicType<X>, EmbeddableType<X>, EntityType<X>, IdentifiableType<X>, ManagedType<X>, MappedSuperclassType<X>
public interface Type<X>
An instance of the type
Type represents a persistent
object or attribute type.- Since:
- 2.0
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturn the represented Java type.Return the persistence type.
-
Method Details
-
getPersistenceType
-
getJavaType
-