
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic ResourceSearchUrlEntityPKfrom(String theSearchUrl, ResourceTable theResourceTable, boolean theSearchUrlDuplicateAcrossPartitionsEnabled) inthashCode()voidsetPartitionId(Integer theMy_B_PartitionId) voidsetSearchUrl(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
-