|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EnumType | |
|---|---|
| org.apache.openejb.jee.jpa | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. |
| Uses of EnumType in org.apache.openejb.jee.jpa |
|---|
| Fields in org.apache.openejb.jee.jpa declared as EnumType | |
|---|---|
protected EnumType |
ElementCollection.enumerated
|
protected EnumType |
Basic.enumerated
|
protected EnumType |
OneToMany.mapKeyEnumerated
|
protected EnumType |
ElementCollection.mapKeyEnumerated
|
protected EnumType |
ManyToMany.mapKeyEnumerated
|
| Methods in org.apache.openejb.jee.jpa that return EnumType | |
|---|---|
static EnumType |
EnumType.fromValue(String v)
|
EnumType |
ElementCollection.getEnumerated()
Gets the value of the enumerated property. |
EnumType |
Basic.getEnumerated()
Gets the value of the enumerated property. |
EnumType |
OneToMany.getMapKeyEnumerated()
Gets the value of the mapKeyEnumerated property. |
EnumType |
ElementCollection.getMapKeyEnumerated()
Gets the value of the mapKeyEnumerated property. |
EnumType |
ManyToMany.getMapKeyEnumerated()
Gets the value of the mapKeyEnumerated property. |
static EnumType |
EnumType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static EnumType[] |
EnumType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.openejb.jee.jpa with parameters of type EnumType | |
|---|---|
void |
ElementCollection.setEnumerated(EnumType value)
Sets the value of the enumerated property. |
void |
Basic.setEnumerated(EnumType value)
Sets the value of the enumerated property. |
void |
OneToMany.setMapKeyEnumerated(EnumType value)
Sets the value of the mapKeyEnumerated property. |
void |
ElementCollection.setMapKeyEnumerated(EnumType value)
Sets the value of the mapKeyEnumerated property. |
void |
ManyToMany.setMapKeyEnumerated(EnumType value)
Sets the value of the mapKeyEnumerated property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||