|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnumTestEntity.E2 | |
---|---|
org.hibernate.envers.test.integration.data |
Uses of EnumTestEntity.E2 in org.hibernate.envers.test.integration.data |
---|
Methods in org.hibernate.envers.test.integration.data that return EnumTestEntity.E2 | |
---|---|
EnumTestEntity.E2 |
EnumTestEntity.getEnum2()
|
static EnumTestEntity.E2 |
EnumTestEntity.E2.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EnumTestEntity.E2[] |
EnumTestEntity.E2.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.hibernate.envers.test.integration.data with parameters of type EnumTestEntity.E2 | |
---|---|
void |
EnumTestEntity.setEnum2(EnumTestEntity.E2 enum2)
|
Constructors in org.hibernate.envers.test.integration.data with parameters of type EnumTestEntity.E2 | |
---|---|
EnumTestEntity(EnumTestEntity.E1 enum1,
EnumTestEntity.E2 enum2)
|
|
EnumTestEntity(Integer id,
EnumTestEntity.E1 enum1,
EnumTestEntity.E2 enum2)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |