HHH-6735 Mention expensiveness of these operations in JavaDoc

This commit is contained in:
Emmanuel Bernard 2011-10-17 16:35:22 +02:00
parent aef27fec41
commit 6cd8a238a5
1 changed files with 3 additions and 0 deletions

View File

@ -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 {