Package org.hibernate.jpa.internal.util
Interface PersistenceUtilHelper.AttributeAccess
-
- All Known Implementing Classes:
PersistenceUtilHelper.FieldAttributeAccess
,PersistenceUtilHelper.MethodAttributeAccess
- Enclosing class:
- PersistenceUtilHelper
public static interface PersistenceUtilHelper.AttributeAccess
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object
extractValue(Object owner)
-
-
-
Method Detail
-
extractValue
Object extractValue(Object owner) throws PersistenceUtilHelper.AttributeExtractionException
-
-