Verwendungen von Klasse
org.jooq.meta.jaxb.CustomType
Packages, die CustomType verwenden
-
Verwendungen von CustomType in org.jooq.meta
Methoden in org.jooq.meta, die CustomType zurückgebenModifizierer und TypMethodeBeschreibungstatic final CustomTypeAbstractTypedElementDefinition.customType(Database db, ForcedType forcedType) final CustomTypeAbstractDatabase.getConfiguredCustomType(String typeName) Veraltet.Database.getConfiguredCustomType(String name) Veraltet.Methoden in org.jooq.meta, die Typen mit Argumenten vom Typ CustomType zurückgebenModifizierer und TypMethodeBeschreibungfinal List<CustomType> AbstractDatabase.getConfiguredCustomTypes()Veraltet.Database.getConfiguredCustomTypes()Veraltet.- 3.10.0 - [#5750] - UseDatabase.getConfiguredForcedTypes()only.Methodenparameter in org.jooq.meta mit Typargumenten vom Typ CustomTypeModifizierer und TypMethodeBeschreibungfinal voidAbstractDatabase.setConfiguredCustomTypes(List<CustomType> configuredCustomTypes) Veraltet.voidDatabase.setConfiguredCustomTypes(List<CustomType> types) Veraltet.- 3.10.0 - [#5750] - UseDatabase.getConfiguredForcedTypes()only. -
Verwendungen von CustomType in org.jooq.meta.jaxb
Felder in org.jooq.meta.jaxb mit Typparametern vom Typ CustomTypeMethoden in org.jooq.meta.jaxb, die CustomType zurückgebenModifizierer und TypMethodeBeschreibungObjectFactory.createCustomType()Create an instance ofCustomTypeCustomType.withAuditInsertTimestamp(Boolean value) Veraltet.Use ForcedType onlyCustomType.withAuditInsertUser(Boolean value) Veraltet.Use ForcedType onlyCustomType.withAuditUpdateTimestamp(Boolean value) Veraltet.Use ForcedType onlyCustomType.withAuditUpdateUser(Boolean value) Veraltet.Use ForcedType onlyCustomType.withAutoConverter(Boolean value) Veraltet.Use ForcedType onlyCustomType.withBinding(String value) Veraltet.Use ForcedType onlyCustomType.withConverter(String value) Veraltet.Use ForcedType onlyCustomType.withEnumConverter(Boolean value) Veraltet.Use ForcedType onlyCustomType.withGenerator(String value) Veraltet.Use ForcedType onlyCustomType.withGenericBinding(Boolean value) Veraltet.Use ForcedType onlyCustomType.withGenericConverter(Boolean value) Veraltet.Use ForcedType onlyCustomType.withJsonConverter(Boolean value) Veraltet.Use ForcedType onlyCustomType.withLambdaConverter(LambdaConverter value) Veraltet.Use ForcedType onlyVeraltet.Use ForcedType onlyVeraltet.Use ForcedType onlyCustomType.withVisibilityModifier(VisibilityModifier value) Veraltet.Use ForcedType onlyCustomType.withXmlConverter(Boolean value) Veraltet.Use ForcedType onlyMethoden in org.jooq.meta.jaxb, die Typen mit Argumenten vom Typ CustomType zurückgebenMethoden in org.jooq.meta.jaxb mit Parametern vom Typ CustomTypeMethodenparameter in org.jooq.meta.jaxb mit Typargumenten vom Typ CustomTypeModifizierer und TypMethodeBeschreibungvoidDatabase.setCustomTypes(List<CustomType> customTypes) Veraltet.Database.withCustomTypes(Collection<CustomType> values) Veraltet.Database.withCustomTypes(List<CustomType> customTypes) Veraltet.
Database.getConfiguredForcedTypes()only.