| Package | Description |
|---|---|
| org.jooq.util | |
| org.jooq.util.jaxb |
| Modifier and Type | Method and Description |
|---|---|
CustomType |
Database.getConfiguredCustomType(String name)
Get a specific configured custom type by its name
|
CustomType |
AbstractDatabase.getConfiguredCustomType(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<CustomType> |
Database.getConfiguredCustomTypes()
Database objects matching any of these field names will be generated as
custom types
|
List<CustomType> |
AbstractDatabase.getConfiguredCustomTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.setConfiguredCustomTypes(List<CustomType> types)
Database objects matching any of these field names will be generated as
custom types
|
void |
AbstractDatabase.setConfiguredCustomTypes(List<CustomType> configuredCustomTypes) |
| 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.withConverter(String value) |
CustomType |
CustomType.withName(String value) |
| 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 © 2013. All Rights Reserved.