Ticket #989 (closed enhancement: fixed)

Opened 6 months ago

Last modified 4 months ago

Add an @Reference or @Predicate(ref=...) annotation to denote references for "usage-models"

Reported by: pradeep Assigned to: pradeep
Priority: high Milestone: 0.9.1
Component: topaz Version: 0.9-rc1
Keywords: Cc:
Blocking: Blocked By:

Description

This removes the alias hack in #6189.

Dependency Graph

Change History

07/17/08 11:59:35 changed by pradeep

  • owner changed from ronald to pradeep.

09/08/08 15:37:58 changed by amit

  • milestone set to 0.9.1.

09/08/08 17:10:58 changed by pradeep

  • status changed from new to assigned.

09/12/08 20:27:07 changed by pradeep

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [6410]) Added reference to @Predicate annotation. Closes #989.

Note that there is a bit of ugliness in 'tri-stating' the boolean attributes in @Predicate annotation. If this is too much of a pain, override of reference can be excluded for boolean attributes.

Also removed the hack in #6189, and introduced another (*sigh*) for rdfs:range comparison. This will only be fixed after the 2-pass configuration support in SessionFactory? to resolve forward references.