Minor Javadoc updates
This commit is contained in:
parent
92da1097aa
commit
0aa3a7b608
|
@ -48,7 +48,7 @@ import org.hibernate.metadata.ClassMetadata;
|
|||
import org.hibernate.service.ServiceRegistry;
|
||||
|
||||
/**
|
||||
* Actual Hiberate implementation of {@link javax.persistence.EntityManagerFactory}.
|
||||
* Actual Hibernate implementation of {@link javax.persistence.EntityManagerFactory}.
|
||||
*
|
||||
* @author Gavin King
|
||||
* @author Emmanuel Bernard
|
||||
|
|
|
@ -29,6 +29,8 @@ import java.io.Serializable;
|
|||
import org.hibernate.SessionFactory;
|
||||
|
||||
/**
|
||||
* Contract giving access to the underlying {@link SessionFactory} from an {@link EntityManagerFactory}
|
||||
*
|
||||
* @author Gavin King
|
||||
*/
|
||||
public interface HibernateEntityManagerFactory extends EntityManagerFactory, Serializable {
|
||||
|
|
Loading…
Reference in New Issue