Author: rhauch
Date: 2008-12-04 16:35:16 -0500 (Thu, 04 Dec 2008)
New Revision: 655
Modified:
trunk/extensions/dna-connector-store-jpa/src/main/java/org/jboss/dna/connector/store/jpa/JpaSource.java
Log:
DNA-40 Persistant storage for information not stored in other repository sources
Updated a few JavaDocs (small changes).
Modified:
trunk/extensions/dna-connector-store-jpa/src/main/java/org/jboss/dna/connector/store/jpa/JpaSource.java
===================================================================
---
trunk/extensions/dna-connector-store-jpa/src/main/java/org/jboss/dna/connector/store/jpa/JpaSource.java 2008-12-04
21:34:49 UTC (rev 654)
+++
trunk/extensions/dna-connector-store-jpa/src/main/java/org/jboss/dna/connector/store/jpa/JpaSource.java 2008-12-04
21:35:16 UTC (rev 655)
@@ -59,6 +59,10 @@
import org.jboss.dna.graph.connectors.RepositorySourceException;
/**
+ * The {@link RepositorySource} for the connector that stores content in a (custom)
relational database. This connector uses Java
+ * Persistence API as the interface to the database, with Hibernate as the JPA
implementation. (Note that some Hibernate-specific
+ * features are used.)
+ *
* @author Randall Hauch
*/
public class JpaSource implements RepositorySource, ObjectFactory {
@@ -188,7 +192,9 @@
}
/**
- * @param name Sets name to the specified value.
+ * Set the name for the source
+ *
+ * @param name the new name for the source
*/
public void setName( String name ) {
if (name != null) {
Show replies by date