Uses of Class
com.echothree.model.jooq.server.records.contact.PostalAddressLines
Packages that use PostalAddressLines
Package
Description
-
Uses of PostalAddressLines in com.echothree.model.jooq.server.keys.contact
Fields in com.echothree.model.jooq.server.keys.contact with type parameters of type PostalAddressLinesModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<PostalAddressLineDetails, PostalAddressLines> ContactForeignKeys.POSTAL_ADDRESS_LINE_DETAILS_POSTAL_ADDRESS_LINE_FKstatic final org.jooq.ForeignKey<PostalAddressLineElements, PostalAddressLines> ContactForeignKeys.POSTAL_ADDRESS_LINE_ELEMENTS_POSTAL_ADDRESS_LINE_FKstatic final org.jooq.ForeignKey<PostalAddressLines, PostalAddressLineDetails> ContactForeignKeys.POSTAL_ADDRESS_LINES_ACTIVE_DETAIL_FKstatic final org.jooq.UniqueKey<PostalAddressLines> ContactUniqueKeys.POSTAL_ADDRESS_LINES_ACTIVE_DETAIL_UKstatic final org.jooq.ForeignKey<PostalAddressLines, PostalAddressLineDetails> ContactForeignKeys.POSTAL_ADDRESS_LINES_LAST_DETAIL_FKstatic final org.jooq.UniqueKey<PostalAddressLines> ContactUniqueKeys.POSTAL_ADDRESS_LINES_LAST_DETAIL_UKstatic final org.jooq.UniqueKey<PostalAddressLines> ContactUniqueKeys.POSTAL_ADDRESS_LINES_PK -
Uses of PostalAddressLines in com.echothree.model.jooq.server.tables.contact
Fields in com.echothree.model.jooq.server.tables.contact with type parameters of type PostalAddressLinesModifier and TypeFieldDescriptionfinal org.jooq.TableField<PostalAddressLines, PostalAddressLineDetailPK> PostalAddressLines.ACTIVE_DETAILThe columnpostaladdresslines.pstal_activedetailid.final org.jooq.TableField<PostalAddressLines, PostalAddressLineDetailPK> PostalAddressLines.LAST_DETAILThe columnpostaladdresslines.pstal_lastdetailid.final org.jooq.TableField<PostalAddressLines, PostalAddressLinePK> PostalAddressLines.POSTAL_ADDRESS_LINEThe columnpostaladdresslines.pstal_postaladdresslineid.Methods in com.echothree.model.jooq.server.tables.contact that return types with arguments of type PostalAddressLinesModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PostalAddressLines> PostalAddressLines.getPrimaryKey()PostalAddressLines.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PostalAddressLines, ?>> PostalAddressLines.getReferences()List<org.jooq.UniqueKey<PostalAddressLines>> PostalAddressLines.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.contact with type arguments of type PostalAddressLinesModifierConstructorDescriptionPostalAddressLines(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PostalAddressLines> childPath, org.jooq.InverseForeignKey<O, PostalAddressLines> parentPath) PostalAddressLines(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PostalAddressLines> childPath, org.jooq.InverseForeignKey<O, PostalAddressLines> parentPath) PostalAddressLinesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PostalAddressLines> childPath, org.jooq.InverseForeignKey<O, PostalAddressLines> parentPath) PostalAddressLinesPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, PostalAddressLines> childPath, org.jooq.InverseForeignKey<O, PostalAddressLines> parentPath)