Class PropertyAccessStrategyEnhancedImpl

java.lang.Object
org.hibernate.property.access.internal.PropertyAccessStrategyEnhancedImpl
All Implemented Interfaces:
PropertyAccessStrategy

public class PropertyAccessStrategyEnhancedImpl extends Object implements PropertyAccessStrategy
Defines a strategy for accessing property values via a get/set pair, which may be nonpublic. This is the default (and recommended) strategy.