Uses of Class
org.jooq.meta.jaxb.CustomType
Packages that use CustomType
-
Uses of CustomType in org.jooq.meta
Methods in org.jooq.meta that return CustomTypeModifier and TypeMethodDescriptionstatic final CustomTypeAbstractTypedElementDefinition.customType(Database db, ForcedType forcedType) final CustomTypeAbstractDatabase.getConfiguredCustomType(String typeName) Deprecated.Database.getConfiguredCustomType(String name) Deprecated.Methods in org.jooq.meta that return types with arguments of type CustomTypeModifier and TypeMethodDescriptionfinal List<CustomType>AbstractDatabase.getConfiguredCustomTypes()Deprecated.Database.getConfiguredCustomTypes()Deprecated.- 3.10.0 - [#5750] - UseDatabase.getConfiguredForcedTypes()only.Method parameters in org.jooq.meta with type arguments of type CustomTypeModifier and TypeMethodDescriptionfinal 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 CustomTypeMethods in org.jooq.meta.jaxb that return CustomTypeModifier and TypeMethodDescriptionObjectFactory.createCustomType()Create an instance ofCustomTypeCustomType.withAuditInsertTimestamp(Boolean value) Deprecated.Use ForcedType onlyCustomType.withAuditInsertUser(Boolean value) Deprecated.Use ForcedType onlyCustomType.withAuditUpdateTimestamp(Boolean value) Deprecated.Use ForcedType onlyCustomType.withAuditUpdateUser(Boolean value) Deprecated.Use ForcedType onlyCustomType.withBinding(String value) Deprecated.Use ForcedType onlyCustomType.withConverter(String value) Deprecated.Use ForcedType onlyCustomType.withEnumConverter(Boolean value) Deprecated.Use ForcedType onlyCustomType.withGenerator(String value) Deprecated.Use ForcedType onlyCustomType.withJsonConverter(Boolean value) Deprecated.Use ForcedType onlyCustomType.withLambdaConverter(LambdaConverter value) Deprecated.Use ForcedType onlyDeprecated.Use ForcedType onlyDeprecated.Use ForcedType onlyCustomType.withVisibilityModifier(VisibilityModifier value) Deprecated.Use ForcedType onlyCustomType.withXmlConverter(Boolean value) Deprecated.Use ForcedType onlyMethods in org.jooq.meta.jaxb that return types with arguments of type CustomTypeMethods in org.jooq.meta.jaxb with parameters of type CustomTypeMethod parameters in org.jooq.meta.jaxb with type arguments of type CustomTypeModifier and TypeMethodDescriptionvoidDatabase.setCustomTypes(List<CustomType> customTypes) Deprecated.Database.withCustomTypes(Collection<CustomType> values) Deprecated.Database.withCustomTypes(List<CustomType> customTypes) Deprecated.
Database.getConfiguredForcedTypes()only.