n2n Page Rocket
1
API
☰
Deprecated
Classes
Interfaces
Traits
n2n\persistence\orm\store
ValueHash
ValueHash
ValueHash
Implemented by:
ToManyValueHash
ToOneValueHash
CommonValueHash
Methods summary
Modifier and Type
Method
public
bool
matches
(
ValueHash
valueHash
)
Methods in detail
matches
bool
public
matches (
ValueHash
valueHash
)
param
ValueHash
return
bool
throws
InvalidArgumentException
if passed ValueHash is not compatible (e. g. if it is from an other EntityProperty).
param
return
throws