| Package | Description |
|---|---|
| org.jooq.meta | |
| org.jooq.meta.jaxb |
| Modifier and Type | Method and Description |
|---|---|
List<EnumType> |
AbstractDatabase.getConfiguredEnumTypes() |
List<EnumType> |
Database.getConfiguredEnumTypes()
Database objects matching any of these field names will be generated as
enum types.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDatabase.setConfiguredEnumTypes(List<EnumType> configuredEnumTypes) |
void |
Database.setConfiguredEnumTypes(List<EnumType> types)
Database objects matching any of these field names will be generated as
enum types.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<EnumType> |
Database.enumTypes |
| Modifier and Type | Method and Description |
|---|---|
EnumType |
ObjectFactory.createEnumType()
Create an instance of
EnumType |
EnumType |
EnumType.withLiterals(String value) |
EnumType |
EnumType.withName(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<EnumType> |
Database.getEnumTypes()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Database |
Database.withEnumTypes(EnumType... values)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Database.setEnumTypes(List<EnumType> enumTypes)
Deprecated.
|
Database |
Database.withEnumTypes(Collection<EnumType> values)
Deprecated.
|
Database |
Database.withEnumTypes(List<EnumType> enumTypes)
Deprecated.
|
Copyright © 2021. All rights reserved.