Uses of Class
com.echothree.model.jooq.server.records.contact.PostalAddressLineElements
Packages that use PostalAddressLineElements
Package
Description
-
Uses of PostalAddressLineElements in com.echothree.model.jooq.server.keys.contact
Fields in com.echothree.model.jooq.server.keys.contact with type parameters of type PostalAddressLineElementsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<PostalAddressLineElements> ContactUniqueKeys.POSTAL_ADDRESS_LINE_ELEMENTS_PKstatic final org.jooq.ForeignKey<PostalAddressLineElements, PostalAddressElementTypes> ContactForeignKeys.POSTAL_ADDRESS_LINE_ELEMENTS_POSTAL_ADDRESS_ELEMENT_TYPE_FKstatic final org.jooq.UniqueKey<PostalAddressLineElements> ContactUniqueKeys.POSTAL_ADDRESS_LINE_ELEMENTS_POSTAL_ADDRESS_LINE_AND_POSTAL_ADDRESS_LINE_ELEMENT_SORT_ORDER_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<PostalAddressLineElements, PostalAddressLines> ContactForeignKeys.POSTAL_ADDRESS_LINE_ELEMENTS_POSTAL_ADDRESS_LINE_FK -
Uses of PostalAddressLineElements in com.echothree.model.jooq.server.tables.contact
Fields in com.echothree.model.jooq.server.tables.contact with type parameters of type PostalAddressLineElementsModifier and TypeFieldDescriptionfinal org.jooq.TableField<PostalAddressLineElements, Boolean> PostalAddressLineElements.ALWAYS_INCLUDE_PREFIXThe columnpostaladdresslineelements.pstale_alwaysincludeprefix.final org.jooq.TableField<PostalAddressLineElements, Boolean> PostalAddressLineElements.ALWAYS_INCLUDE_SUFFIXThe columnpostaladdresslineelements.pstale_alwaysincludesuffix.final org.jooq.TableField<PostalAddressLineElements, Long> PostalAddressLineElements.FROM_TIMEThe columnpostaladdresslineelements.pstale_fromtime.final org.jooq.TableField<PostalAddressLineElements, PostalAddressElementTypePK> PostalAddressLineElements.POSTAL_ADDRESS_ELEMENT_TYPEThe columnpostaladdresslineelements.pstale_pstaetyp_postaladdresselementtypeid.final org.jooq.TableField<PostalAddressLineElements, PostalAddressLinePK> PostalAddressLineElements.POSTAL_ADDRESS_LINEThe columnpostaladdresslineelements.pstale_pstal_postaladdresslineid.final org.jooq.TableField<PostalAddressLineElements, PostalAddressLineElementPK> PostalAddressLineElements.POSTAL_ADDRESS_LINE_ELEMENTThe columnpostaladdresslineelements.pstale_postaladdresslineelementid.final org.jooq.TableField<PostalAddressLineElements, Integer> PostalAddressLineElements.POSTAL_ADDRESS_LINE_ELEMENT_SORT_ORDERThe columnpostaladdresslineelements.pstale_postaladdresslineelementsortorder.final org.jooq.TableField<PostalAddressLineElements, String> PostalAddressLineElements.PREFIXThe columnpostaladdresslineelements.pstale_prefix.final org.jooq.TableField<PostalAddressLineElements, String> PostalAddressLineElements.SUFFIXThe columnpostaladdresslineelements.pstale_suffix.final org.jooq.TableField<PostalAddressLineElements, Long> PostalAddressLineElements.THRU_TIMEThe columnpostaladdresslineelements.pstale_thrutime.Methods in com.echothree.model.jooq.server.tables.contact that return types with arguments of type PostalAddressLineElementsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<PostalAddressLineElements> PostalAddressLineElements.getPrimaryKey()PostalAddressLineElements.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<PostalAddressLineElements, ?>> PostalAddressLineElements.getReferences()List<org.jooq.UniqueKey<PostalAddressLineElements>> PostalAddressLineElements.getUniqueKeys()