Uses of Enum
org.dellroad.querystream.test.jpa.Employee.Seniority
Packages that use Employee.Seniority
-
Uses of Employee.Seniority in org.dellroad.querystream.test.jpa
Fields in org.dellroad.querystream.test.jpa with type parameters of type Employee.SeniorityModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<Employee,Employee.Seniority> Employee_.seniorityMethods in org.dellroad.querystream.test.jpa that return Employee.SeniorityModifier and TypeMethodDescriptionEmployee.getSeniority()static Employee.SeniorityReturns the enum constant of this type with the specified name.static Employee.Seniority[]Employee.Seniority.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dellroad.querystream.test.jpa with parameters of type Employee.Seniority