| Package | Description |
|---|---|
| org.jooq.util | |
| org.jooq.util.jaxb |
| Modifier and Type | Method and Description |
|---|---|
ForcedType |
Database.getConfiguredForcedType(Definition definition)
Get the configured forced type object for any given
Definition,
or null if no ForcedType matches the definition. |
ForcedType |
AbstractDatabase.getConfiguredForcedType(Definition definition) |
| Modifier and Type | Method and Description |
|---|---|
List<ForcedType> |
Database.getConfiguredForcedTypes()
Database objects matching any of these field names will be generated as
forced types
|
List<ForcedType> |
AbstractDatabase.getConfiguredForcedTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.setConfiguredForcedTypes(List<ForcedType> types)
Database objects matching any of these field names will be generated as
forced types
|
void |
AbstractDatabase.setConfiguredForcedTypes(List<ForcedType> configuredForcedTypes) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ForcedType> |
Database.forcedTypes |
| Modifier and Type | Method and Description |
|---|---|
ForcedType |
ObjectFactory.createForcedType()
Create an instance of
ForcedType |
ForcedType |
ForcedType.withExpressions(String value) |
ForcedType |
ForcedType.withName(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<ForcedType> |
Database.getForcedTypes() |
| Modifier and Type | Method and Description |
|---|---|
Database |
Database.withForcedTypes(ForcedType... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.setForcedTypes(List<ForcedType> forcedTypes) |
Database |
Database.withForcedTypes(Collection<ForcedType> values) |
Database |
Database.withForcedTypes(List<ForcedType> forcedTypes) |
Copyright © 2013. All Rights Reserved.