@org.hibernate.annotations.TypeDefs(value = { 
    @org.hibernate.annotations.TypeDef(name = "HistoryEventStatusTypeRef", typeClass = Status.HistoryEventStatusType.class) 
}) package ru.ftc.upc2.testing.extract; 