spaces to tabs!
This commit is contained in:
parent
27db2668b4
commit
bbc325c26f
|
@ -285,10 +285,8 @@ public abstract class AbstractPersistentCollection<E> implements Serializable, P
|
|||
}
|
||||
}
|
||||
else {
|
||||
/*
|
||||
Whenever the collection lazy loading is triggered during the loading process,
|
||||
closing the connection will cause an error when RowProcessingStateStandardImpl#next() will be called.
|
||||
*/
|
||||
// Whenever the collection lazy loading is triggered during the loading process,
|
||||
// closing the connection will cause an error when RowProcessingStateStandardImpl#next() will be called.
|
||||
final PersistenceContext persistenceContext = session.getPersistenceContext();
|
||||
if ( !session.isTransactionInProgress()
|
||||
&& ( !persistenceContext.hasLoadContext()
|
||||
|
|
|
@ -1646,7 +1646,6 @@ public abstract class Dialect implements ConversionContext, TypeContributor, Fun
|
|||
* <p>
|
||||
* An implementation may set configuration properties from
|
||||
* {@link #initDefaultProperties()}, though it is discouraged.
|
||||
the
|
||||
* @return the Hibernate configuration properties
|
||||
*
|
||||
* @see #initDefaultProperties()
|
||||
|
|
|
@ -1639,7 +1639,7 @@ public class ConcurrentReferenceHashMap<K, V> extends AbstractMap<K, V>
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
/**
|
||||
* This class is needed for JDK5 compatibility.
|
||||
*/
|
||||
static class SimpleEntry<K, V> implements Entry<K, V>, Serializable {
|
||||
|
|
|
@ -15,7 +15,6 @@ import org.hibernate.query.BindableType;
|
|||
import org.hibernate.query.QueryParameter;
|
||||
import org.hibernate.type.spi.TypeConfiguration;
|
||||
|
||||
/**
|
||||
/**
|
||||
* The value/type binding information for a particular query parameter. Supports
|
||||
* both single-valued and multivalued binds
|
||||
|
|
Loading…
Reference in New Issue