| Package | Description |
|---|---|
| org.jooq.meta | |
| org.jooq.meta.jaxb |
| Modifier and Type | Method and Description |
|---|---|
static CustomType |
AbstractTypedElementDefinition.customType(Database db,
ForcedType forcedType) |
CustomType |
AbstractDatabase.getConfiguredCustomType(String typeName)
Deprecated.
|
CustomType |
Database.getConfiguredCustomType(String name)
Deprecated.
- 3.10.0 - [#5750] - Use
Database.getConfiguredForcedTypes() only. |
| Modifier and Type | Method and Description |
|---|---|
List<CustomType> |
AbstractDatabase.getConfiguredCustomTypes()
Deprecated.
|
List<CustomType> |
Database.getConfiguredCustomTypes()
Deprecated.
- 3.10.0 - [#5750] - Use
Database.getConfiguredForcedTypes() only. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDatabase.setConfiguredCustomTypes(List<CustomType> configuredCustomTypes)
Deprecated.
|
void |
Database.setConfiguredCustomTypes(List<CustomType> types)
Deprecated.
- 3.10.0 - [#5750] - Use
Database.getConfiguredForcedTypes() only. |
| 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.
Use ForcedType only
|
CustomType |
CustomType.withConverter(String value)
Deprecated.
Use ForcedType only
|
CustomType |
CustomType.withEnumConverter(Boolean value)
Deprecated.
|
CustomType |
CustomType.withLambdaConverter(LambdaConverter value)
Deprecated.
Use ForcedType only
|
CustomType |
CustomType.withName(String value)
Deprecated.
Use ForcedType only
|
CustomType |
CustomType.withType(String value)
Deprecated.
Use ForcedType only
|
| Modifier and Type | Method and Description |
|---|---|
List<CustomType> |
Database.getCustomTypes()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Database |
Database.withCustomTypes(CustomType... values)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Database.setCustomTypes(List<CustomType> customTypes)
Deprecated.
|
Database |
Database.withCustomTypes(Collection<CustomType> values)
Deprecated.
|
Database |
Database.withCustomTypes(List<CustomType> customTypes)
Deprecated.
|
Copyright © 2021. All rights reserved.