List of usage examples for org.hibernate.type CustomType getUserType
public UserType getUserType()
From source file:org.beangle.orm.hibernate.tool.HbmGenerator.java
License:Open Source License
public boolean isEnumType(CustomType type) { return type.getUserType() instanceof EnumType; }