| Package | Description |
|---|---|
| org.jooq.meta | |
| org.jooq.meta.jaxb |
| Modifier and Type | Method and Description |
|---|---|
static CustomType |
AbstractTypedElementDefinition.customType(Database db,
ForcedType forcedType) |
CustomType |
Database.getConfiguredCustomType(String name)
Deprecated.
- 3.10.0 - [#5750] - Use
Database.getConfiguredForcedTypes() only. |
CustomType |
AbstractDatabase.getConfiguredCustomType(String typeName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomType> |
Database.getConfiguredCustomTypes()
Deprecated.
- 3.10.0 - [#5750] - Use
Database.getConfiguredForcedTypes() only. |
List<CustomType> |
AbstractDatabase.getConfiguredCustomTypes()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Database.setConfiguredCustomTypes(List<CustomType> types)
Deprecated.
- 3.10.0 - [#5750] - Use
Database.getConfiguredForcedTypes() only. |
void |
AbstractDatabase.setConfiguredCustomTypes(List<CustomType> configuredCustomTypes)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<CustomType> |
Database.customTypes |
| Modifier and Type | Method and Description |
|---|---|
CustomType |
ObjectFactory.createCustomType()
Create an instance of
CustomType |
CustomType |
CustomType.withBinding(String value)
Deprecated.
|
CustomType |
CustomType.withConverter(String value)
Deprecated.
|
CustomType |
CustomType.withEnumConverter(Boolean value)
Deprecated.
|
CustomType |
CustomType.withName(String value)
Deprecated.
|
CustomType |
CustomType.withType(String value)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomType> |
Database.getCustomTypes() |
| Modifier and Type | Method and Description |
|---|---|
Database |
Database.withCustomTypes(CustomType... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.setCustomTypes(List<CustomType> customTypes) |
Database |
Database.withCustomTypes(Collection<CustomType> values) |
Database |
Database.withCustomTypes(List<CustomType> customTypes) |
Copyright © 2019. All rights reserved.