package org.jboss.hibernateUniversity.criteria.domain; /** * @author Emmanuel Bernard */ public enum Gender { MALE, FEMALE, NOT_SURE }