Uses of Class
org.jooq.meta.jaxb.EmbeddableField
Packages that use EmbeddableField
-
Uses of EmbeddableField in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type EmbeddableFieldMethods in org.jooq.meta.jaxb that return EmbeddableFieldModifier and TypeMethodDescriptionObjectFactory.createEmbeddableField()Create an instance ofEmbeddableFieldEmbeddableField.withExpression(String value) A regex matching all column names that are part of the embeddable type.A name for the field in case the regex does not produce unique names for all matches.Methods in org.jooq.meta.jaxb that return types with arguments of type EmbeddableFieldMethods in org.jooq.meta.jaxb with parameters of type EmbeddableFieldMethod parameters in org.jooq.meta.jaxb with type arguments of type EmbeddableFieldModifier and TypeMethodDescriptionvoidEmbeddableDefinitionType.setFields(List<EmbeddableField> fields) EmbeddableDefinitionType.withFields(Collection<EmbeddableField> values) EmbeddableDefinitionType.withFields(List<EmbeddableField> fields)