org.hibernate.service.instrumentation.spi
Interface InstrumentationService

All Superinterfaces:
Serializable, Service
All Known Implementing Classes:
CachingInstrumentationService

public interface InstrumentationService
extends Service

Service caching instrumentation information


Method Summary
 boolean isInstrumented(Class<?> entityType)
          Is entityType instrumented
 boolean isInstrumented(Object entity)
          Is entity instrumented
 

Method Detail

isInstrumented

boolean isInstrumented(Class<?> entityType)
Is entityType instrumented


isInstrumented

boolean isInstrumented(Object entity)
Is entity instrumented



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.