public interface EntityIdentifierDescription
Modifier and Type | Method and Description |
---|---|
boolean |
hasBidirectionalEntityReferences()
Can this EntityIdentifierDescription be treated as a FetchSource and if so does it have any
bidirectional entity references?
|
boolean |
hasFetches()
Can this EntityIdentifierDescription be treated as a FetchSource and if so does it have any
fetches?
|
boolean hasFetches()
true
iff this
can be cast to FetchSource
and (after casting) it returns
non-empty results for FetchSource.getFetches()
boolean hasBidirectionalEntityReferences()
true
iff this
can be cast to FetchSource
and (after casting) it returns
non-empty results for FetchSource.getBidirectionalEntityReferences()
Copyright © 2017 JBoss by Red Hat. All rights reserved.