Skip to content

Commit

Permalink
Javadoc cleanup for Hibernate 3.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Aug 20, 2013
1 parent a65bc38 commit da0128f
Showing 1 changed file with 3 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
* {@link org.springframework.orm.hibernate3.support.OpenSessionInViewFilter} /
* {@link org.springframework.orm.hibernate3.support.OpenSessionInViewInterceptor}.
*
* <p><b>Requires Hibernate 3.6 or later.</b>
* <p>Requires Hibernate 3.6 or later, as of Spring 4.0.
* Note that this factory will use "on_close" as default Hibernate connection
* release mode, unless in the case of a "jtaTransactionManager" specified,
* for the reason that this is appropriate for most Spring-based applications
Expand Down Expand Up @@ -220,18 +220,8 @@ public static LobHandler getConfigTimeLobHandler() {

/**
* Specify the Hibernate Configuration class to use.
* Default is "org.hibernate.cfg.Configuration"; any subclass of
* this default Hibernate Configuration class can be specified.
* <p>Can be set to "org.hibernate.cfg.AnnotationConfiguration" for
* using Hibernate3 annotation support (initially only available as
* alpha download separate from the main Hibernate3 distribution).
* <p>Annotated packages and annotated classes can be specified via the
* corresponding tags in "hibernate.cfg.xml" then, so this will usually
* be combined with a "configLocation" property that points at such a
* standard Hibernate configuration file.
* @see #setConfigLocation
* @see org.hibernate.cfg.Configuration
* @see org.hibernate.cfg.AnnotationConfiguration
* <p>Default is {@link org.hibernate.cfg.Configuration}; any subclass
* of this default Hibernate Configuration class can be specified.
*/
@SuppressWarnings("unchecked")
public void setConfigurationClass(Class<?> configurationClass) {
Expand Down

0 comments on commit da0128f

Please sign in to comment.