org.hibernate.service.instrumentation.internal
Class CachingInstrumentationService

java.lang.Object
  extended by org.hibernate.service.instrumentation.internal.CachingInstrumentationService
All Implemented Interfaces:
Serializable, InstrumentationService, Service

public class CachingInstrumentationService
extends Object
implements InstrumentationService

See Also:
Serialized Form

Constructor Summary
CachingInstrumentationService()
           
 
Method Summary
 boolean isInstrumented(Class<?> entityType)
          Is entityType instrumented
 boolean isInstrumented(Object entity)
          Is entity instrumented
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachingInstrumentationService

public CachingInstrumentationService()
Method Detail

isInstrumented

public boolean isInstrumented(Class<?> entityType)
Description copied from interface: InstrumentationService
Is entityType instrumented

Specified by:
isInstrumented in interface InstrumentationService

isInstrumented

public boolean isInstrumented(Object entity)
Description copied from interface: InstrumentationService
Is entity instrumented

Specified by:
isInstrumented in interface InstrumentationService


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