public interface PersistentPropertyAccessorFactory
PersistentPropertyAccessor
for a given PersistentEntity
and bean instance.Modifier and Type | Method and Description |
---|---|
<T> PersistentPropertyAccessor<T> |
getPropertyAccessor(PersistentEntity<?,?> entity,
T bean)
|
boolean |
isSupported(PersistentEntity<?,?> entity)
Returns whether given
PersistentEntity is supported by this PersistentPropertyAccessorFactory . |
<T> PersistentPropertyAccessor<T> getPropertyAccessor(PersistentEntity<?,?> entity, T bean)
entity
- must not be null.bean
- must not be null.boolean isSupported(PersistentEntity<?,?> entity)
PersistentEntity
is supported by this PersistentPropertyAccessorFactory
.entity
- must not be null.Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.