[jboss-cvs] jboss-seam/src/main/org/jboss/seam/persistence ...

Gavin King gavin.king at jboss.com
Thu Sep 6 20:59:34 EDT 2007


  User: gavin   
  Date: 07/09/06 20:59:34

  Modified:    src/main/org/jboss/seam/persistence  
                        HibernateSessionFactory.java
                        EntityManagerFactory.java
  Log:
  minor
  
  Revision  Changes    Path
  1.6       +5 -5      jboss-seam/src/main/org/jboss/seam/persistence/HibernateSessionFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: HibernateSessionFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/persistence/HibernateSessionFactory.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- HibernateSessionFactory.java	16 Jul 2007 09:24:01 -0000	1.5
  +++ HibernateSessionFactory.java	7 Sep 2007 00:59:34 -0000	1.6
  @@ -1,4 +1,4 @@
  -//$Id: HibernateSessionFactory.java,v 1.5 2007/07/16 09:24:01 gavin Exp $
  +//$Id: HibernateSessionFactory.java,v 1.6 2007/09/07 00:59:34 gavin Exp $
   package org.jboss.seam.persistence;
   
   import java.io.File;
  @@ -23,27 +23,27 @@
   import org.jboss.seam.util.Naming;
   
   /**
  - * A Seam component that boostraps a Hibernate SessionFactory
  + * A Seam component that bootstraps a Hibernate SessionFactory
    * 
    * <p>
    * Loads Hibernate configuration options by checking:
    * <li>hibernate.properties in root of the classpath
    * <li>hibernate.cfg.xml in root of the classpath
    * <li>cfgResourceName as location of a cfg.xml file
  - * <li>factory-suplied cfgProperties options
  + * <li>factory-supplied cfgProperties options
    * <p>
    * Note that this factory only supports cfg.xml files <b>or</b> programmatic
    * <tt>cfgProperties</tt> supplied to the factory. Any
    * <tt>hibernate.properties</tt> are always loaded from the classpath.
    * <p>
  - * Mapping metadata can be supplied through:
  + * Mapping metadata can be supplied via
    * <li>mappingClasses: equivalent to &lt;mapping class="..."/>
    * <li>mappingFiles: equivalent to &lt;mapping file="..."/>
    * <li>mappingJars: equivalent to &lt;mapping jar="..."/>
    * <li>mappingPackages: equivalent to &lt;mapping package="..."/>
    * <li>mappingResources: equivalent to &lt;mapping resource="..."/>
    * <p>
  - * or through cfg.xml files.
  + * or via cfg.xml files.
    * <p>
    * The <tt>jndiProperties</tt> are convenience, the factory will automatically
    * prefix regular JNDI properties for use as Hibernate configuration properties.
  
  
  
  1.6       +3 -3      jboss-seam/src/main/org/jboss/seam/persistence/EntityManagerFactory.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: EntityManagerFactory.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/persistence/EntityManagerFactory.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- EntityManagerFactory.java	16 Jul 2007 09:24:01 -0000	1.5
  +++ EntityManagerFactory.java	7 Sep 2007 00:59:34 -0000	1.6
  @@ -1,4 +1,4 @@
  -//$Id: EntityManagerFactory.java,v 1.5 2007/07/16 09:24:01 gavin Exp $
  +//$Id: EntityManagerFactory.java,v 1.6 2007/09/07 00:59:34 gavin Exp $
   package org.jboss.seam.persistence;
   
   import java.util.HashMap;
  @@ -19,8 +19,8 @@
   import org.jboss.seam.util.Naming;
   
   /**
  - * A Seam component that boostraps an EntityManagerFactory,
  - * for use of JPA outside of Java EE 5 / Embeddable EJB3.
  + * A Seam component that bootstraps an EntityManagerFactory,
  + * for use of JPA outside of Java EE 5 / Embedded JBoss.
    * 
    * @author Gavin King
    */
  
  
  



More information about the jboss-cvs-commits mailing list