Package ca.uhn.fhir.jpa.model.entity
Class ResourceSearchUrlEntityPK
java.lang.Object
ca.uhn.fhir.jpa.model.entity.ResourceSearchUrlEntityPK
- All Implemented Interfaces:
Serializable
Multi-column primary Key for
ResourceSearchUrlEntity
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static ResourceSearchUrlEntityPK
from
(String theSearchUrl, ResourceTable theResourceTable, boolean theSearchUrlDuplicateAcrossPartitionsEnabled) int
hashCode()
void
setPartitionId
(Integer theMy_B_PartitionId) void
setSearchUrl
(String theMy_A_SearchUrl) toString()
-
Field Details
-
RES_SEARCH_URL_COLUMN_NAME
- See Also:
-
PARTITION_ID_COLUMN_NAME
- See Also:
-
RES_SEARCH_URL_LENGTH
- See Also:
-
-
Constructor Details
-
ResourceSearchUrlEntityPK
public ResourceSearchUrlEntityPK() -
ResourceSearchUrlEntityPK
-
-
Method Details
-
from
public static ResourceSearchUrlEntityPK from(String theSearchUrl, ResourceTable theResourceTable, boolean theSearchUrlDuplicateAcrossPartitionsEnabled) -
getSearchUrl
-
setSearchUrl
-
getPartitionId
-
setPartitionId
-
equals
-
hashCode
-
toString
-