package org.hibernate.examples.mapping.property.enumerated; /** * Integer 형식으로 표현되는 enum * * @author 배성혁 sunghyouk.bae@gmail.com * @since 2013. 12. 3. 오후 1:56 */ public enum OrdinalEnum { First, Second, Third, Fourth, Fifth }