| Package | Description |
|---|---|
| org.jooq.meta | |
| org.jooq.meta.jaxb |
| Modifier and Type | Method and Description |
|---|---|
List<EnumType> |
Database.getConfiguredEnumTypes()
Database objects matching any of these field names will be generated as
enum types.
|
List<EnumType> |
AbstractDatabase.getConfiguredEnumTypes() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| 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() |
| Modifier and Type | Method and Description |
|---|---|
Database |
Database.withEnumTypes(EnumType... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.setEnumTypes(List<EnumType> enumTypes) |
Database |
Database.withEnumTypes(Collection<EnumType> values) |
Database |
Database.withEnumTypes(List<EnumType> enumTypes) |
Copyright © 2019. All rights reserved.