public class BytecodeEnhancementMetadataNonPojoImpl extends Object implements BytecodeEnhancementMetadata
Constructor and Description |
---|
BytecodeEnhancementMetadataNonPojoImpl(String entityName) |
Modifier and Type | Method and Description |
---|---|
LazyAttributeLoadingInterceptor |
extractInterceptor(Object entity)
Extract the field interceptor instance from the enhanced entity.
|
String |
getEntityName()
The name of the entity to which this metadata applies.
|
LazyAttributesMetadata |
getLazyAttributesMetadata() |
boolean |
hasUnFetchedAttributes(Object entity) |
LazyAttributeLoadingInterceptor |
injectInterceptor(Object entity,
SessionImplementor session)
Build and inject an interceptor instance into the enhanced entity.
|
boolean |
isEnhancedForLazyLoading()
Has the entity class been bytecode enhanced for lazy loading?
|
public BytecodeEnhancementMetadataNonPojoImpl(String entityName)
public String getEntityName()
BytecodeEnhancementMetadata
getEntityName
in interface BytecodeEnhancementMetadata
public boolean isEnhancedForLazyLoading()
BytecodeEnhancementMetadata
isEnhancedForLazyLoading
in interface BytecodeEnhancementMetadata
true
indicates the entity class is enhanced for Hibernate use
in lazy loading; false
indicates it is notpublic LazyAttributesMetadata getLazyAttributesMetadata()
getLazyAttributesMetadata
in interface BytecodeEnhancementMetadata
public LazyAttributeLoadingInterceptor injectInterceptor(Object entity, SessionImplementor session) throws NotInstrumentedException
BytecodeEnhancementMetadata
injectInterceptor
in interface BytecodeEnhancementMetadata
entity
- The entity into which built interceptor should be injectedsession
- The session to which the entity instance belongs.NotInstrumentedException
- Thrown if BytecodeEnhancementMetadata.isEnhancedForLazyLoading()
returns false
public LazyAttributeLoadingInterceptor extractInterceptor(Object entity) throws NotInstrumentedException
BytecodeEnhancementMetadata
extractInterceptor
in interface BytecodeEnhancementMetadata
entity
- The entity from which to extract the interceptorNotInstrumentedException
- Thrown if BytecodeEnhancementMetadata.isEnhancedForLazyLoading()
returns false
public boolean hasUnFetchedAttributes(Object entity)
hasUnFetchedAttributes
in interface BytecodeEnhancementMetadata
Copyright © 2017 JBoss by Red Hat. All rights reserved.