HHH-6735 Mention expensiveness of these operations in JavaDoc
This commit is contained in:
parent
aef27fec41
commit
6cd8a238a5
|
@ -33,6 +33,9 @@ import org.hibernate.engine.spi.SessionImplementor;
|
|||
/**
|
||||
* Helper class for dealing with enhanced entity classes.
|
||||
*
|
||||
* These operations are expensive. When under a SessionFactory, try and use (or guard with)
|
||||
* {@link org.hibernate.service.instrumentation.spi.InstrumentationService#isInstrumented}
|
||||
*
|
||||
* @author Steve Ebersole
|
||||
*/
|
||||
public class FieldInterceptionHelper {
|
||||
|
|
Loading…
Reference in New Issue