类 AssociationKey

  • 所有已实现的接口:
    Serializable

    public final class AssociationKey
    extends Object
    implements Serializable
    Identifies a named association belonging to a particular entity instance. Used to record the fact that an association is null during loading.
    作者:
    Gavin King
    另请参阅:
    序列化表格
    • 构造器详细资料

      • AssociationKey

        public AssociationKey​(EntityKey ownerKey,
                              String propertyName)
        Constructs an AssociationKey
        参数:
        ownerKey - The EntityKey of the association owner
        propertyName - The name of the property on the owner which defines the association