Class ResourceTable

java.lang.Object
ca.uhn.fhir.jpa.model.entity.BaseHasResource<JpaPid>
ca.uhn.fhir.jpa.model.entity.ResourceTable
All Implemented Interfaces:
IBasePersistedResource<JpaPid>, IResourceLookup<JpaPid>, IBaseResourceEntity<JpaPid>, Serializable

@Indexed(routingBinder=@RoutingBinderRef(type=ResourceTableRoutingBinder.class)) @Entity public class ResourceTable extends BaseHasResource<JpaPid> implements Serializable, IBasePersistedResource<JpaPid>
See Also: