public interface ReflectionOptimizer
Modifier and Type | Interface and Description |
---|---|
static interface |
ReflectionOptimizer.AccessOptimizer
Represents optimized entity property access.
|
static interface |
ReflectionOptimizer.InstantiationOptimizer
Represents optimized entity instantiation.
|
Modifier and Type | Method and Description |
---|---|
ReflectionOptimizer.AccessOptimizer |
getAccessOptimizer()
Retrieve the optimizer for accessing the entity's persistent state.
|
ReflectionOptimizer.InstantiationOptimizer |
getInstantiationOptimizer()
Retrieve the optimizer for calling an entity's constructor via reflection.
|
ReflectionOptimizer.InstantiationOptimizer getInstantiationOptimizer()
ReflectionOptimizer.AccessOptimizer getAccessOptimizer()
Copyright © 2016 JBoss by Red Hat. All rights reserved.