Package javax.persistence.metamodel
Interface Type<X>
-
- All Known Subinterfaces:
BasicType<X>,EmbeddableType<X>,EntityType<X>,IdentifiableType<X>,ManagedType<X>,MappedSuperclassType<X>
public interface Type<X>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classType.PersistenceType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<X>getJavaType()Type.PersistenceTypegetPersistenceType()
-
-
-
Method Detail
-
getPersistenceType
Type.PersistenceType getPersistenceType()
-
getJavaType
java.lang.Class<X> getJavaType()
-
-