Verwendungen von Klasse
org.jooq.meta.jaxb.EmbeddableDefinitionType
Packages, die EmbeddableDefinitionType verwenden
-
Verwendungen von EmbeddableDefinitionType in org.jooq.meta
Methoden in org.jooq.meta, die Typen mit Argumenten vom Typ EmbeddableDefinitionType zurückgebenModifizierer und TypMethodeBeschreibungfinal 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.Methoden in org.jooq.meta mit Parametern vom Typ EmbeddableDefinitionTypeModifizierer und TypMethodeBeschreibungfinal voidAbstractDatabase.markUsed(EmbeddableDefinitionType embeddable) voidDatabase.markUsed(EmbeddableDefinitionType embeddable) Mark an embeddable as used.Methodenparameter in org.jooq.meta mit Typargumenten vom Typ EmbeddableDefinitionTypeModifizierer und TypMethodeBeschreibungfinal voidAbstractDatabase.setConfiguredEmbeddables(List<EmbeddableDefinitionType> configuredEmbeddables) voidDatabase.setConfiguredEmbeddables(List<EmbeddableDefinitionType> configuredEmbeddables) Configure the embeddable types. -
Verwendungen von EmbeddableDefinitionType in org.jooq.meta.jaxb
Felder in org.jooq.meta.jaxb mit Typparametern vom Typ EmbeddableDefinitionTypeModifizierer und TypFeldBeschreibungprotected List<EmbeddableDefinitionType> Database.embeddablesMethoden in org.jooq.meta.jaxb, die EmbeddableDefinitionType zurückgebenModifizierer und TypMethodeBeschreibungObjectFactory.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) Specify that the embeddable field replaces its underlying fields in code generation output, and when working with asterisks.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.Methoden in org.jooq.meta.jaxb, die Typen mit Argumenten vom Typ EmbeddableDefinitionType zurückgebenMethoden in org.jooq.meta.jaxb mit Parametern vom Typ EmbeddableDefinitionTypeModifizierer und TypMethodeBeschreibungDatabase.withEmbeddables(EmbeddableDefinitionType... values) Methodenparameter in org.jooq.meta.jaxb mit Typargumenten vom Typ EmbeddableDefinitionTypeModifizierer und TypMethodeBeschreibungvoidDatabase.setEmbeddables(List<EmbeddableDefinitionType> embeddables) Database.withEmbeddables(Collection<EmbeddableDefinitionType> values) Database.withEmbeddables(List<EmbeddableDefinitionType> embeddables)