blob: 8b68cfd68d27900966355bb599bd590d5ac780bc [file] [log] [blame]
package jpql.query;
public enum EnumType {
FIRST_NAME,
LAST_NAME,
NAME
}