1 Reply Latest reply on May 16, 2008 4:13 AM by tom.baeyens

    use find as prefix for query methods

    tom.baeyens

      methods in XxxDbSession's that are implemented with hibernate queries should always have find as a prefix, not get.

      get is only used to map to hibernate's get.

      doing this consistently will simplify debugging