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