Uses of Class
org.jooq.meta.jaxb.EmbeddableDefinitionType
-
Packages that use EmbeddableDefinitionType Package Description org.jooq.meta org.jooq.meta.jaxb -
-
Uses of EmbeddableDefinitionType in org.jooq.meta
Methods in org.jooq.meta that return types with arguments of type EmbeddableDefinitionType Modifier and Type Method Description List<EmbeddableDefinitionType>AbstractDatabase. getConfiguredEmbeddables()List<EmbeddableDefinitionType>Database. getConfiguredEmbeddables()Get the configured embeddable type definitions for any givenDefinition.List<EmbeddableDefinitionType>AbstractDatabase. getUnusedEmbeddables()List<EmbeddableDefinitionType>Database. getUnusedEmbeddables()Retrieve the not-yet used embeddables.Methods in org.jooq.meta with parameters of type EmbeddableDefinitionType Modifier and Type Method Description voidAbstractDatabase. markUsed(EmbeddableDefinitionType embeddable)voidDatabase. markUsed(EmbeddableDefinitionType embeddable)Mark an embeddable as used.Method parameters in org.jooq.meta with type arguments of type EmbeddableDefinitionType Modifier and Type Method Description 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 EmbeddableDefinitionType Modifier and Type Field Description protected List<EmbeddableDefinitionType>Database. embeddablesMethods in org.jooq.meta.jaxb that return EmbeddableDefinitionType Modifier and Type Method Description EmbeddableDefinitionTypeObjectFactory. createEmbeddableDefinitionType()Create an instance ofEmbeddableDefinitionTypeEmbeddableDefinitionTypeEmbeddableDefinitionType. withCatalog(String value)The defining catalog of the embeddable type, or the catalog of the first matched table if left empty.EmbeddableDefinitionTypeEmbeddableDefinitionType. withComment(String value)The defining comment on the embeddable type.EmbeddableDefinitionTypeEmbeddableDefinitionType. withFields(Collection<EmbeddableField> values)EmbeddableDefinitionTypeEmbeddableDefinitionType. withFields(List<EmbeddableField> fields)EmbeddableDefinitionTypeEmbeddableDefinitionType. withFields(EmbeddableField... values)EmbeddableDefinitionTypeEmbeddableDefinitionType. withName(String value)The defining name of the embeddable type.EmbeddableDefinitionTypeEmbeddableDefinitionType. withReferencingComment(String value)The referencing comment on the embeddable type, defaulting to the defining comment.EmbeddableDefinitionTypeEmbeddableDefinitionType. withReferencingName(String value)The referencing name of the embeddable type, defaulting to the defining name.EmbeddableDefinitionTypeEmbeddableDefinitionType. withReplacesFields(Boolean value)EmbeddableDefinitionTypeEmbeddableDefinitionType. withSchema(String value)The defining schema of the embeddable type, or the schema of the first matched table if left empty.EmbeddableDefinitionTypeEmbeddableDefinitionType. 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 EmbeddableDefinitionType Modifier and Type Method Description List<EmbeddableDefinitionType>Database. getEmbeddables()Methods in org.jooq.meta.jaxb with parameters of type EmbeddableDefinitionType Modifier and Type Method Description DatabaseDatabase. withEmbeddables(EmbeddableDefinitionType... values)Method parameters in org.jooq.meta.jaxb with type arguments of type EmbeddableDefinitionType Modifier and Type Method Description voidDatabase. setEmbeddables(List<EmbeddableDefinitionType> embeddables)DatabaseDatabase. withEmbeddables(Collection<EmbeddableDefinitionType> values)DatabaseDatabase. withEmbeddables(List<EmbeddableDefinitionType> embeddables)
-