I have a table as follow:
create table ServiceType ( typeCode varchar(32), parentTypeCode varchar(32), description varchar(255), primary_key(typeCode))
@Entity ...