Uploaded image for project: 'Tapestry'
  1. Tapestry
  2. TAPESTRY-1566

Hibernate configuration documentation is out of date / broken

    XMLWordPrintableJSON

Details

    • Task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.0.5
    • 5.0.5
    • tapestry-hibernate
    • None

    Description

      The example:

      @Contribute("tapestry.hibernate.HibernateSessionSource")
      public void contributeEntityPackages(Configuration<String> configuration)
      {
      configuration.add("org.example.myapp.domain");
      }

      Should now read:

      public void contributeHibernateSessionSource(Configuration<String> configuration)
      {
      configuration.add("org.example.myapp.domain");
      }

      Attachments

        Activity

          People

            hlship Howard Lewis Ship
            david_peterson David Peterson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: