|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use EnumType | |
|---|---|
| org.jooq.util | |
| org.jooq.util.jaxb | |
| Uses of EnumType in org.jooq.util |
|---|
| Methods in org.jooq.util that return types with arguments of type EnumType | |
|---|---|
List<EnumType> |
Database.getConfiguredEnumTypes()
Database objects matching any of these field names will be generated as enum types |
List<EnumType> |
AbstractDatabase.getConfiguredEnumTypes()
|
| Method parameters in org.jooq.util with type arguments of type EnumType | |
|---|---|
void |
Database.setConfiguredEnumTypes(List<EnumType> types)
Database objects matching any of these field names will be generated as enum types |
void |
AbstractDatabase.setConfiguredEnumTypes(List<EnumType> configuredEnumTypes)
|
| Uses of EnumType in org.jooq.util.jaxb |
|---|
| Fields in org.jooq.util.jaxb with type parameters of type EnumType | |
|---|---|
protected List<EnumType> |
Database.enumTypes
|
| Methods in org.jooq.util.jaxb that return EnumType | |
|---|---|
EnumType |
EnumType.withLiterals(String value)
|
EnumType |
EnumType.withName(String value)
|
| Methods in org.jooq.util.jaxb that return types with arguments of type EnumType | |
|---|---|
List<EnumType> |
Database.getEnumTypes()
|
| Methods in org.jooq.util.jaxb with parameters of type EnumType | |
|---|---|
Database |
Database.withEnumTypes(EnumType... values)
|
| Method parameters in org.jooq.util.jaxb with type arguments of type EnumType | |
|---|---|
Database |
Database.withEnumTypes(Collection<EnumType> values)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||