Mapeando Enum em hbm.xml

Olá pessoal!

Alguém sabe como mapear um Enum (Ordinal) em um arquivo hbm.xml?

Com annotations podemos fazer algo assim:

@Enumerated(EnumType.ORDINAL)
@Column(name = "TESTE", nullable = false)
private ETeste teste;

Porém preciso fazer isso em um mapeamento no hb.xml.