Uses of Class
org.jooq.meta.jaxb.EmbeddableField
-
Packages that use EmbeddableField Package Description org.jooq.meta.jaxb -
-
Uses of EmbeddableField in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb with type parameters of type EmbeddableField Modifier and Type Field Description protected List<EmbeddableField>EmbeddableDefinitionType. fieldsMethods in org.jooq.meta.jaxb that return EmbeddableField Modifier and Type Method Description EmbeddableFieldObjectFactory. createEmbeddableField()Create an instance ofEmbeddableFieldEmbeddableFieldEmbeddableField. withExpression(String value)A regex matching all column names that are part of the embeddable type.EmbeddableFieldEmbeddableField. withName(String value)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 EmbeddableField Modifier and Type Method Description List<EmbeddableField>EmbeddableDefinitionType. getFields()Methods in org.jooq.meta.jaxb with parameters of type EmbeddableField Modifier and Type Method Description EmbeddableDefinitionTypeEmbeddableDefinitionType. withFields(EmbeddableField... values)Method parameters in org.jooq.meta.jaxb with type arguments of type EmbeddableField Modifier and Type Method Description voidEmbeddableDefinitionType. setFields(List<EmbeddableField> fields)EmbeddableDefinitionTypeEmbeddableDefinitionType. withFields(Collection<EmbeddableField> values)EmbeddableDefinitionTypeEmbeddableDefinitionType. withFields(List<EmbeddableField> fields)
-