|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CustomType | |
|---|---|
| org.jooq.util | |
| org.jooq.util.jaxb | |
| Uses of CustomType in org.jooq.util |
|---|
| Methods in org.jooq.util that return CustomType | |
|---|---|
CustomType |
Database.getConfiguredCustomType(String name)
Get a specific configured custom type by its name |
CustomType |
AbstractDatabase.getConfiguredCustomType(String name)
|
| Methods in org.jooq.util that return types with arguments of type CustomType | |
|---|---|
List<CustomType> |
Database.getConfiguredCustomTypes()
Database objects matching any of these field names will be generated as custom types |
List<CustomType> |
AbstractDatabase.getConfiguredCustomTypes()
|
| Method parameters in org.jooq.util with type arguments of type CustomType | |
|---|---|
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)
|
| Uses of CustomType in org.jooq.util.jaxb |
|---|
| Fields in org.jooq.util.jaxb with type parameters of type CustomType | |
|---|---|
protected List<CustomType> |
CustomTypes.customType
|
protected List<CustomType> |
Database.customTypes
|
| Methods in org.jooq.util.jaxb that return CustomType | |
|---|---|
CustomType |
CustomType.withConverter(String value)
|
CustomType |
CustomType.withName(String value)
|
| Methods in org.jooq.util.jaxb that return types with arguments of type CustomType | |
|---|---|
List<CustomType> |
CustomTypes.getCustomType()
Gets the value of the customType property. |
List<CustomType> |
Database.getCustomTypes()
|
| Methods in org.jooq.util.jaxb with parameters of type CustomType | |
|---|---|
CustomTypes |
CustomTypes.withCustomType(CustomType... values)
|
Database |
Database.withCustomTypes(CustomType... values)
|
| Method parameters in org.jooq.util.jaxb with type arguments of type CustomType | |
|---|---|
CustomTypes |
CustomTypes.withCustomType(Collection<CustomType> values)
|
Database |
Database.withCustomTypes(Collection<CustomType> values)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||