Interface HibernateTypeSource
public interface HibernateTypeSource
Source-agnostic descriptor for explicit user-supplied Hibernate type information
-
Method Summary
Modifier and TypeMethodDescriptionObtain the attribute's java type if possible.getName()Obtain the supplied Hibernate type name.Obtain any supplied Hibernate type parameters.
-
Method Details
-
getName
-
getParameters
-
getJavaType
JavaTypeDescriptor getJavaType()Obtain the attribute's java type if possible.- Returns:
- The java type of the attribute or
null.
-