Uses of Class
org.jooq.meta.jaxb.CustomType
-
Packages that use CustomType Package Description org.jooq.meta org.jooq.meta.jaxb -
-
Uses of CustomType in org.jooq.meta
Methods in org.jooq.meta that return CustomType Modifier and Type Method Description static CustomTypeAbstractTypedElementDefinition. customType(Database db, ForcedType forcedType)CustomTypeAbstractDatabase. getConfiguredCustomType(String typeName)Deprecated.CustomTypeDatabase. getConfiguredCustomType(String name)Deprecated.- 3.10.0 - [#5750] - UseDatabase.getConfiguredForcedTypes()only.Methods in org.jooq.meta that return types with arguments of type CustomType Modifier and Type Method Description List<CustomType>AbstractDatabase. getConfiguredCustomTypes()Deprecated.List<CustomType>Database. getConfiguredCustomTypes()Deprecated.- 3.10.0 - [#5750] - UseDatabase.getConfiguredForcedTypes()only.Method parameters in org.jooq.meta with type arguments of type CustomType Modifier and Type Method Description voidAbstractDatabase. setConfiguredCustomTypes(List<CustomType> configuredCustomTypes)Deprecated.voidDatabase. setConfiguredCustomTypes(List<CustomType> types)Deprecated.- 3.10.0 - [#5750] - UseDatabase.getConfiguredForcedTypes()only. -
Uses of CustomType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type CustomType Modifier and Type Field Description protected List<CustomType>Database. customTypesMethods in org.jooq.meta.jaxb that return CustomType Modifier and Type Method Description CustomTypeObjectFactory. createCustomType()Create an instance ofCustomTypeCustomTypeCustomType. withBinding(String value)Deprecated.Use ForcedType onlyCustomTypeCustomType. withConverter(String value)Deprecated.Use ForcedType onlyCustomTypeCustomType. withEnumConverter(Boolean value)Deprecated.CustomTypeCustomType. withLambdaConverter(LambdaConverter value)Deprecated.Use ForcedType onlyCustomTypeCustomType. withName(String value)Deprecated.Use ForcedType onlyCustomTypeCustomType. withType(String value)Deprecated.Use ForcedType onlyMethods in org.jooq.meta.jaxb that return types with arguments of type CustomType Modifier and Type Method Description List<CustomType>Database. getCustomTypes()Deprecated.Methods in org.jooq.meta.jaxb with parameters of type CustomType Modifier and Type Method Description DatabaseDatabase. withCustomTypes(CustomType... values)Deprecated.Method parameters in org.jooq.meta.jaxb with type arguments of type CustomType Modifier and Type Method Description voidDatabase. setCustomTypes(List<CustomType> customTypes)Deprecated.DatabaseDatabase. withCustomTypes(Collection<CustomType> values)Deprecated.DatabaseDatabase. withCustomTypes(List<CustomType> customTypes)Deprecated.
-