Uses of Class
org.jooq.meta.jaxb.EmbeddableDefinitionType
Packages that use EmbeddableDefinitionType
-
Uses of EmbeddableDefinitionType in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type EmbeddableDefinitionTypeModifier and TypeMethodDescriptionfinal List<EmbeddableDefinitionType>AbstractDatabase.getConfiguredEmbeddables()Database.getConfiguredEmbeddables()Get the configured embeddable type definitions for any givenDefinition.final List<EmbeddableDefinitionType>AbstractDatabase.getUnusedEmbeddables()Database.getUnusedEmbeddables()Retrieve the not-yet used embeddables.Methods in org.jooq.meta with parameters of type EmbeddableDefinitionTypeModifier and TypeMethodDescriptionfinal voidAbstractDatabase.markUsed(EmbeddableDefinitionType embeddable) voidDatabase.markUsed(EmbeddableDefinitionType embeddable) Mark an embeddable as used.Method parameters in org.jooq.meta with type arguments of type EmbeddableDefinitionTypeModifier and TypeMethodDescriptionfinal voidAbstractDatabase.setConfiguredEmbeddables(List<EmbeddableDefinitionType> configuredEmbeddables) voidDatabase.setConfiguredEmbeddables(List<EmbeddableDefinitionType> configuredEmbeddables) Configure the embeddable types. -
Uses of EmbeddableDefinitionType in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type EmbeddableDefinitionTypeMethods in org.jooq.meta.jaxb that return EmbeddableDefinitionTypeModifier and TypeMethodDescriptionObjectFactory.createEmbeddableDefinitionType()Create an instance ofEmbeddableDefinitionTypeEmbeddableDefinitionType.withCatalog(String value) The defining catalog of the embeddable type, or the catalog of the first matched table if left empty.EmbeddableDefinitionType.withComment(String value) The defining comment on the embeddable type.EmbeddableDefinitionType.withFields(Collection<EmbeddableField> values) EmbeddableDefinitionType.withFields(List<EmbeddableField> fields) EmbeddableDefinitionType.withFields(EmbeddableField... values) The defining name of the embeddable type.EmbeddableDefinitionType.withReferencingComment(String value) The referencing comment on the embeddable type, defaulting to the defining comment.EmbeddableDefinitionType.withReferencingName(String value) The referencing name of the embeddable type, defaulting to the defining name.EmbeddableDefinitionType.withReplacesFields(Boolean value) EmbeddableDefinitionType.withSchema(String value) The defining schema of the embeddable type, or the schema of the first matched table if left empty.EmbeddableDefinitionType.withTables(String value) A regular expression matching the tables to which to apply the embeddable definition.Methods in org.jooq.meta.jaxb that return types with arguments of type EmbeddableDefinitionTypeMethods in org.jooq.meta.jaxb with parameters of type EmbeddableDefinitionTypeMethod parameters in org.jooq.meta.jaxb with type arguments of type EmbeddableDefinitionTypeModifier and TypeMethodDescriptionvoidDatabase.setEmbeddables(List<EmbeddableDefinitionType> embeddables) Database.withEmbeddables(Collection<EmbeddableDefinitionType> values) Database.withEmbeddables(List<EmbeddableDefinitionType> embeddables)