Package org.hibernate.bytecode.spi
Interface ReflectionOptimizer.AccessOptimizer
-
- Enclosing interface:
- ReflectionOptimizer
public static interface ReflectionOptimizer.AccessOptimizerRepresents optimized entity property access.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]getPropertyNames()Get the name of all properties.Object[]getPropertyValues(Object object)Get the value of all properties from the given entityvoidsetPropertyValues(Object object, Object[] values)Set all property values into an entity instance.
-