public class SimpleEntityIdentifierDescriptionImpl extends Object implements EntityIdentifierDescription
| Constructor and Description |
|---|
SimpleEntityIdentifierDescriptionImpl() |
| 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?
|
public SimpleEntityIdentifierDescriptionImpl()
public boolean hasFetches()
EntityIdentifierDescriptionhasFetches in interface EntityIdentifierDescriptiontrue iff this can be cast to FetchSource and (after casting) it returns
non-empty results for FetchSource.getFetches()public boolean hasBidirectionalEntityReferences()
EntityIdentifierDescriptionhasBidirectionalEntityReferences in interface EntityIdentifierDescriptiontrue iff this can be cast to FetchSource and (after casting) it returns
non-empty results for FetchSource.getBidirectionalEntityReferences()Copyright © 2018 JBoss by Red Hat. All rights reserved.