public class TraitPropertyAccessStrategy extends Object implements PropertyAccessStrategy
Support reading and writing trait fields with Hibernate 5+
| Type Params | Return Type | Name and description |
|---|---|---|
|
public PropertyAccess |
buildPropertyAccess(Class containerJavaType, String propertyName) |
|
public Getter |
getGetter() |
|
public PropertyAccessStrategy |
getPropertyAccessStrategy() |
|
public Setter |
getSetter() |